Changes between Version 8 and Version 9 of code/FAQ
- Timestamp:
- Sep 25, 2008, 2:10:59 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/FAQ
v8 v9 10 10 === This Styleguide shit is a joke, right? My code just has to work! === 11 11 No, you're code has to work AND be readable and understandable. Of course every piece of code can be understood somehow, but we don't want to puzzle. So, please, write your code in a common form. The [wiki:c++_styleguide styleguide] helps you on this topic. 12 13 === Where can I see the Doxygen comments? === 14 [doxygen:index.html Here]. 12 15 13 16 === I can't commit anything ===