Changes between Version 24 and Version 25 of Submitting
- Timestamp:
- 07/30/22 20:30:28 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting
v24 v25 13 13 * [wiki:Submitting/wxGUI wxGUI code] (wxPython-based GUI code) 14 14 * [wiki:Submitting/Docs Documentation-related notes] (HTML, MAN) 15 * [wiki:Submitting/TclTk TCL/TK code] (GRASS GIS 4.x-6.x only)16 15 * [wiki:MessageStandardization User message standardization]: formatting, standard phrases, i18N etc. 17 16 == GRASS GIS programming best practice == … … 21 20 ''New list item adding guide'' 22 21 23 List items should be short and general. Add only things that are relevant to all modules or module groups. There should be reason why such rule/hint exists - add reference to ML archive thread or short description why such rule is important. Look into SUBMITINGdocumentation above for already existing specific rules. Feel free to add code/pseudocode samples, if they apply.22 List items should be short and general. Add only things that are relevant to all modules or module groups. There should be reason why such rule/hint exists - add reference to ML archive thread or short description why such rule is important. Look into the documentation above for already existing specific rules. Feel free to add code/pseudocode samples, if they apply. 24 23 25 24 == GRASS best practice list (unsorted) == 26 25 27 * Read the SUBMITTINGrules above26 * Read the rules above 28 27 * All GRASS modules should accept map names in format "map@mapset". http://lists.osgeo.org/pipermail/grass-dev/2008-February/035629.html 29 28 * Module should '''not''' write/change maps in other mapsets than current mapset. http://lists.osgeo.org/pipermail/grass-dev/2008-February/035637.html