• Home
  • Blog
  • About
  • Contact

Showing posts from Refactoring

  • Home
  • /   Tagsrefactoring
  • 27 Apr, 2022
    • Javascript
    • Short
    • Refactoring

Avoid nesting if-else, use guard clauses technique instead

Guard clauses (guard, guard code or guard statement) is technique to write cleaner and more readable code. Guard The definition of guard clause by …

  • About
  • Blog