☑️

  • 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle

  • I can live with decorators in Python (and JavaScript while we’re at it) because they’re kind of in the spirit of the language. You have a big bag of tools and are trusted to use them responsibly.

    I’ve only had problems when annotations in Java are used to do similar things. At some point you have to admit that all the bypassing of language features means you picked the wrong language, and maybe you don’t want rigorous OO purity after all.