Journal Journal: How to improve C/C++ code quality, random thoughts
I am thinking about the following concept. Take doxygen comments and extend them as follows.
1. Permit identification of pre-conditions for functions (what has to be true when the function is called)
2. Permit identification of post-conditions for functions (what is intended to be true when the function exits)
3. Permit identification of hints about what kernel operations are being used by that function