|
|
|
|
|
by smitty1e
1869 days ago
|
|
Java, in my experience of having to puzzle out a couple of large codebases in my career (that is, not having been a serious developer) is what happens when a couple of idioms run amok. Inversion of control, interfaces, and OO make wandering a codebase feel like being lost in a bureaucracy. Then we het to the issue of projects being coupled to IDEs. "Oh, this is an Eclipse project." "Oh, this is IntelliJ". All of that chrome and tailfin leads to projects that take longer to boot than the OS. The disdain for Java may be less about the language per se than the attendant mindset. |
|
We use Maven projects, and edit them in whatever people prefer to use.