Guide for good coding

From Planets
Revision as of 11:19, 5 January 2023 by Romain.vande (talk | contribs) (Created page with "== Naming variables convention == == How to create a new module/subroutine == == How to pass variable to subroutine (by argument or by module) == == Loop index convention =...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Naming variables convention

How to create a new module/subroutine

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

Loop index convention

Efficient loop coding

How to use the Intent

How to comment code

General guide