IMP logo
IMP Manual  for IMP version 2.16.0
good_practice.md
1 Good programming practices {#good_practice}
2 ==========================
3 
4 Two excellent sources for general C++ coding guidelines are
5 
6 - [C++ Coding Standards](http://www.amazon.com/Coding-Standards-Rules-Guidelines-Practices/dp/0321113586) by Sutter and Alexandrescu
7 
8 - [Effective C++](http://www.amazon.com/Effective-Specific-Addison-Wesley-Professional-Computing/dp/0201924889) by Meyers
9 
10 %IMP endeavors to follow all the of the guidelines published in those
11 books. If you are in the Sali lab, we own copies of both of these books which
12 you are free to borrow.
13 
14