Skip to content

Instantly share code, notes, and snippets.

@coolaj86
Last active November 29, 2022 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coolaj86/d4843ad1a2f9f3615d7437ef26fcd4c6 to your computer and use it in GitHub Desktop.
Save coolaj86/d4843ad1a2f9f3615d7437ef26fcd4c6 to your computer and use it in GitHub Desktop.
The Zen of Java

The Zen of Java

Turgid verbosity is better than brevity.
Multiple lines of code are better than concise simplicity.
Mid-1980’s software techniques are better than modern adaptable technology.
Many legacy libraries are better than clean organization.
Slow, costly development with large overhead is better than agility.
It’s better to type lots of soul-deadening crap having the grace of four-day old road kill than to quickly solve a problem.

~ Zen of Java

By John DeRosa, https://seeknuance.com/2010/06/24/zen-of-python-zen-of-java/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment