Friday, December 4, 2015

Coding standards - quick review


Dec. 4 , 2015

https://www.youtube.com/watch?v=zW-i9eVGU_k

CppCon 2015: Titus Winters "Lessons in Sustainability...

video 38:00/1:09
Policies
You need ways to guide the codebase.What if everyone writes their own hash?
. style guides. Strongly encourage consistency and safety
. Code review, and take it seriously - encourage sane code
. Best practices - lightly encouraged guidance
. Readability - Require responsible supervision, mentorship
. Churn policies - encourage responsible infrastructure chanage.



Read the book:
C++ Coding Standards
101 Rules, Guidlines, and Best Practices
written by Herb Sutter, Andrei Alexandrescu

Julia understood that being a smart software developer, better spend time to work on coding standard, design principles, rules first, and then, develop some quality product with confidence.

Find 10 rules - most favorite ones.

No comments:

Post a Comment