Slide 5
Slide 5 text
Week 01
• SRP : Each class should have one, and only one, clear, well-defined job.
• Break down your code into smaller, reusable functions.
• Keep functions focused on a single task.
• Use comments wisely (JavaDoc, multi-line, single-line)
• DRY
• KIS
5