1: Guard Clauses
if(condition)
... some code ...if(condition)
if(not other condition)
... some code ...if(not condition) return
if(other condition) return
... some code ...Last updated
if(condition)
... some code ...if(condition)
if(not other condition)
... some code ...if(not condition) return
if(other condition) return
... some code ...Last updated