Difference between revisions of "Coding style"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Create new local page for notes on code style and best practices.)
 
(No difference)

Latest revision as of 18:18, 12 March 2024

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?