CSDMS Best Practices for Software Development: Difference between revisions

From CSDMS
m (Change title)
m (Add Python suggestions from SaltStack.com; minor phrasing changes)
 
Line 10: Line 10:
Let this be a start.
Let this be a start.


Here are two references, proposed be Scott Stewart, that may help:
Here are a few references, proposed by Scott Stewart, that may be of interest:


* NOAA's operational code standards: http://projects.osd.noaa.gov/SPSRB/standards_software_coding.htm
* NOAA's operational code standards: http://projects.osd.noaa.gov/SPSRB/standards_software_coding.htm
* NCAR working group: http://www.cesm.ucar.edu/working_groups/Software/dev_guide/dev_guide/dev_guide.html
* NCAR working group: http://www.cesm.ucar.edu/working_groups/Software/dev_guide/dev_guide/dev_guide.html
* Python-specific suggestions used at [https://saltstack.com/about/ SaltStack]: https://docs.saltstack.com/en/latest/topics/development/conventions/style.html

Latest revision as of 20:47, 5 June 2017

Best Practices for Software Development

In the CSDMS Integration Facility, we've been talking for a few years about creating a "best practices" document for the community that would help members develop and maintain model code, and also provide practical advice on how to implement a BMI.

Let this be a start.

Here are a few references, proposed by Scott Stewart, that may be of interest: