Coding style

From Wiki at Neela Nurseries
Jump to: navigation, search

programming notes   ::   coding style


Coding Style Notes

Some starting references. First links here gathered to answer question "How do big projects style their code and practices?"

Apache2 webserver hosts their project on github. They have an area of their project named "modules", and there is an example module provided for developers wanting to learn how to use Apache2 API: . . .

Question to look further into, how do professional established coding teams name their variables? How do they name enumeration instances?