All Posts

  • Published on
    View count
    27 views
    Improve code reliability by avoiding side effects. Minimize hidden consequences, enhance predictability, and simplify testing.
  • Published on
    View count
    15 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
    25 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
    34 views
    The rule is really simple. The only thing you have to do is to choose a single concept to test in every unit test you write.
  • Published on
    View count
    115 views
    Learn about the KISS principle and its impact on software development. Prioritize simplicity, improve maintainability, and enhance code readability.