Talk:Programming Guidelines

From BibleTime
Jump to: navigation, search

This article mentions forward declarations which we talked about and seems to be nice reading. It's technical and non-trivial, I don't understand it easily. http://www.kuro5hin.org/story/2002/5/9/205040/3918 --Eeli


Here is very nice style guide: http://geosoft.no/development/cppstyle.html. It's quite close to our current conventions.


Consider adding CxxTest - http://cxxtest.sf.net to the unit testing section; it's the most painless one I've found. Part of what makes it simple is that it uses a Python script to parse a C++ header to generate the actual C++ Test Headers. This gives it capabilities quite similar to JUnit in discovering what is in a test class.