Guide for good coding

From Planets
Revision as of 11:20, 5 January 2023 by Romain.vande (talk | contribs)

Jump to: navigation, search

How to create a new module/subroutine

How to pass variable to subroutine (by argument or by module)

Naming variables convention

Loop index convention

Efficient loop coding

How to use the Intent

How to comment code

General guide