All Posts

  • Published on
    View count
    106 views
    Only implement what's necessary. Avoid premature optimization. Keep code simple and focused on current requirements.
  • Published on
    View count
    84 views
    Improve code reliability by avoiding side effects. Minimize hidden consequences, enhance predictability, and simplify testing.
  • Published on
    View count
    42 views
    Thrown errors are a good thing and you can do something about them. The rule is “Don't ignore caught errors”
  • Published on
    View count
    111 views
    Thrown errors are a good thing and you can do something about them. The rule is “Don't ignore caught errors”