Hi, we have a biggie and oldie internal Java app, research database that is written in mostly vanilla Java. They kept to vanilla Java for performance and avoiding frameworks. Because of the vanilla nature there is a lot of custom code, verbosity and the code is huge so that maintainers avoid adding new features. Also because of extent people do not have time to devote for maintenance.
I proposed to migrate to Scala 3 because it comes with lots of goodies out of the box and high quality libraries. Also the code will shrink and I believe the patterns will become more obvious, but also more high level through the use of functional libraries. As a benefit the code is projected to be more maintainable.
However, I faced big opposition because they say
- Vanilla java will be here to stay for a long time but frameworks come and go
- Scala is dead (questionable) so why devote time to port it to something dead
I objected because
- Lack of new development (biggie code) has mothballed the valuable research, so it is way more dead than “Scala”
- New devs avoid contributing to this huge thing
- Bitrot obscures the fundamental ideas
I ask for advice because I’m split.