Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Java

1 items on 19 Apr 2026
Java

Making illegal state unrepresentable

A couple of years ago, I wrote that The Builder pattern is a finite state machine!. A state machine consists of states and transitions between them. As a developer, I want to make illegal states unrepresentable, i.e.,…

Source: A Java geek