All Posts

  • Published on
    View count
    24 views
    Using getters and setters is better than accessing the object property directly. Accessing properties directly breaks encapsulation.
  • Published on
    View count
    17 views
    Simplify your code and improve testability by minimizing function arguments. Discover how fewer arguments enhance readability and maintainability.
  • Published on
    View count
    142 views
    Follow best practices and adhere to the single responsibility principle by not using flags as function parameters. Improve code comprehension and modularity.
  • Published on
    View count
    70 views
    Choosing good names takes time but it saves even more time. Names should give you useful information.