All Posts

  • Published on
    View count
    51 views
    Improve code reliability by avoiding side effects. Minimize hidden consequences, enhance predictability, and simplify testing.
  • 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
    63 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
    66 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.