logoalt Hacker News

chrysopraceyesterday at 11:06 PM1 replyview on HN

The problem is that many jobs with Java (that I've found) lean so heavily towards OOP that it's part of the job description. I just don't enjoy OOP and find that there's almost always a simpler approach, and to have it prescribed as part of the engineering culture will always steer me away.


Replies

ivan_gammelyesterday at 11:37 PM

Most of backend development on Java is procedural with OO syntax and ability to replace something in the chain of calls with stub in tests. Spring beans are usually stateless singletons containing a few references.

show 1 reply