you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 2 years ago (1 child)

Java devs have some of the worst habits when they learn a new language. Why create a global variable for a setting in python when you can instead wrap that global variable in a Singleton class that makes using it no safer, and far more complicated

  • source
  • hideshow 2 child comments
  • [–] 7 points 2 years ago (2 children)

    Actually, I like encapsulating global state in a structured and documented construct. But I guess I could see Java developers going overboard with abstraction in an imperative language.

  • source
  • parent
  • hideshow 4 child comments