5
TIPS FOR BETTER CODE
01
Write tests before you write code
02
Keep functions small and focused
03
Use meaningful variable names
04
Document the "why", not the "what"
05
Refactor early, refactor often