All Posts

  • Published on
    View count
    7 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
    13 views
    Learn about the KISS principle and its impact on software development. Prioritize simplicity, improve maintainability, and enhance code readability.
  • Published on
    View count
    13 views
    Learn how to write clear and concise code by avoiding unnecessary repetition of context in variable names. Enhance code readability and maintainability.
  • Published on
    View count
    15 views
    Discover how to encapsulate conditionals for clearer code. Extract expressions into functions with meaningful names to improve readability and simplify logic.