• Tags:: 🗞️Articles Coding best practices #Coding best practices
  • Link:: https://tobeva.com/articles/brain-oriented-programming/
  • Highlights: id:: 24345d2d-cb33-4755-af35-91f328d42f3a
    • The biggest trap of software development is that it’s easy, trivial in fact, to write software that you yourself cannot understand, and in turn no one else can understand. Even a novice, especially a novice, can in a few weeks write software that literally no one on the planet can easily think or reason about. That’s depressing, but also kind of impressive in a way. With great power comes great responsibility.
    • Reduce the number an attribute has.
      • Easier to reason about.