Below you will find pages that utilize the taxonomy term “Programming”
Posts
read more
toString() on value objects
toString() can be implemented on Java types to return a human-readable textual representation useful for debugging,
but should it also be used to return a portable string suitable for serialization and persistence?
Talks
read more
Coupling Clarity: Using Connascence to Write Maintainable Code
Connascence is the subtle, often invisible coupling that binds your code together—and it might be quietly sabotaging your software design.