-
Notifications
You must be signed in to change notification settings - Fork 1
Clean Code
Alex Aubé edited this page Apr 21, 2015
·
3 revisions
The only valid measurement of code quality: WTFs/minute
- leads to => anger + lack of motivation + unmaintainable code
##Intro
- To clearly communicate what you write.
- Programmers are like authors. They often write for others, and you never know who is reading.
- There should be no surprises in the code
- How should be very fast to understand what the code does just by quickly reading it
- Use good tools
- Put extra importance to quality
- Code reviews
- Continuous integration
- Positive peer pressure