DEV Community

Discussion on: Level Up Your Ruby Skillz: Writing Compact Code

Collapse
 
cescquintero profile image
Francisco Quintero 🇨🇴

When I met Guard Clauses fell in love and now I can't stop looking for ways to use them and stop doing:

if condition
  # something
else
  # something else
end