

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Welcome to Object-Oriented Programming
incomplete
2: Clean Code
incomplete
3: DRY Code
incomplete
4: DRY Review
incomplete
This lesson's interactive features are locked, please to keep using them
Paradigms like object-oriented programming and functional programming are all about making code easier to work with. After all, programmers are just feeble humans. Code that's easy for humans to understand is called "clean code".
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
-- Martin Fowler