Working in a large (3M+ LOC) monolithic codebase with a somewhat lackadaisical approach to restricting dependency usage, I think some of my colleagues have worked in every Java feature and every artifact available from the Maven repository, whether it makes any sense to do so, or whether it's just a throw-away one-off usage. So that's pretty much a full form of ticks for you there.
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
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.
I use all the new features, it's called "Kotlin".