Changes between Version 3 and Version 4 of BestPractise


Ignore:
Timestamp:
Aug 20, 2014, 1:08:38 PM (10 years ago)
Author:
neteler
Comment:

merged into Submitting page

Legend:

Unmodified
Added
Removed
Modified
  • BestPractise

    v3 v4  
    11= GRASS best practise list page =
    2 == What is "GRASS best practise" list? ==
    3 There are many unwritten rules how GRASS modules should work, what they should and shouldn't do. There is always some reason why some things are considered as "good" or "bad", still they are just noted in some long GRASS developer mailing list conversations. This page aims to collect such ideas floating around in GRASS-dev mailing list (and other places) to help new module developers/bugfixers to understand many little tricks how GRASS modules should work.
    4 == New list item adding guide ==
    5 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 [source:grass/trunk/ SUBMITING*] documentation for already existing specific rules. Feel free to add code/pseudocode samples, if they apply.
    6 == GRASS best practise list (unsorted) ==
    7  * All GRASS modules should accept map names in format "map@mapset". http://lists.osgeo.org/pipermail/grass-dev/2008-February/035629.html
    8  * Module should '''not''' write/change maps in other mapsets than current mapset. http://lists.osgeo.org/pipermail/grass-dev/2008-February/035637.html
     2
     3see [wiki:Submitting] page