Development Team/Code guidelines: Difference between revisions
| Line 26: | Line 26: | ||
Keep the size of your modules, classes, methods and functions under reasonable limits. Splitting a method in two is a good opportunity to put a name to a block of code. | Keep the size of your modules, classes, methods and functions under reasonable limits. Splitting a method in two is a good opportunity to put a name to a block of code. | ||
Make sure that [[Development Team/API policy|API policy]] rules are respected. | |||
= Code style = | = Code style = | ||