Difference between revisions of "Guide for good coding"
From Planets
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 =...") |
Romain.vande (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
== How to create a new module/subroutine == | == How to create a new module/subroutine == | ||
== How to pass variable to subroutine (by argument or by module) == | == How to pass variable to subroutine (by argument or by module) == | ||
+ | |||
+ | == Naming variables convention == | ||
== Loop index convention == | == Loop index convention == |