Skip to main content


#Java takes forever to write, but the structure it enforces does make maintenance easier. #programming
in reply to Neil E. Hodges

I've never found typing to be the limiting factor while writing software... trying to figure out how to solve a problem; waiting for stakeholders to articulate requirements; waiting for tests to run, and for builds to deploy. But actually typing in code tends to take almost no time at all, compared to all the rest. Which is sad, because coding is the fun part of software engineering.
in reply to Neil E. Hodges

#Java 8 and newer also have excellent threading features that are tons of fun to play with. #programming
in reply to Neil E. Hodges

java 20 has even better threading features via project loom :)