DEV Community

Discussion on: JS Refactoring Combo: Replace Nested If-Else with Guards

Collapse
 
lgrammel profile image
Lars Grammel

Good point! I followed the terminology from Fowler's example, which uses guard clause.