this post was submitted on 09 Jul 2023
8 points (100.0% liked)
Java
20 readers
1 users here now
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
We once had a project of 8 years old. You could find any pattern and anti-pattern in there, starting from java 1.5. I hope that none will say the same about my codebase in a few years. ๐
I try to follow clean code as much as possible and not overdoing the new features, but only there, where it makes sense.