For the very first review the GNU Coding Standards can be taken.
C/C++
As was mentioned above the reviewing of C coding standards can be started from GNU Coding Standards. For more details the Bjarne Stroustrup's C++ Style and Techniques FAQ can be taken. Here I was found not only recommendations about style, but also answers on FAQs such as Is "int* p;" right or is "int *p;" right?. Bjarne Stroustrup's also recommends for reviewing the JSF air vehicle C++ coding standards for the system development and demonstration program as a good coding style for embedded systems, which I found very helpful.Another interesting guide is Guido van Rossum's Style Guide for C Code. This guide gives coding conventions for the C code comprising the C implementation of Python. However it contains a very basic rules that some users will find very helpful.
No comments:
Post a Comment