(no title)
zeroc8
|
4 months ago
Java's biggest problem is the fact that mutability is so baked into the language. I'm working on a project now where I always need to dig deep to find out if something has been mutated or not. Yes, there are records and we are now getting into data oriented programming. But older codebases are really hard to read.
GreenWatermelon|4 months ago
morshu9001|4 months ago
morshu9001|4 months ago
zeroc8|4 months ago