- Test, change in small and repeat
- Class methods should use data from itself and not other classes(Extract method and move method)
- Avoid local temporary variables - it tends to increase compexity and long code
- Instead of conditions use polymorphism(Replace conditional with polymorphism)
- When close to deadline