SciKit-Surgery / scikit-surgerytutorial02

SciKit-Surgery Tutorial02 provides a tutorial on how to implement a simple algorithm using the SciKit-Surgery project's Python Template
http://scikit-surgerytutorial02.readthedocs.io/en/latest/?badge=latest
Other
1 stars 1 forks source link

Adds "Goals of Good Software Design" in 04_Planning.rst #32

Closed mxochicale closed 1 year ago

mxochicale commented 1 year ago

Consider to add a summary of Goals of Good Software Design in 04_Planning.rst. Goals indicate to be robust, understandable, extendible, modular, maintainable, and reusable.

thompson318 commented 1 year ago

I agree we should add this.

mxochicale commented 1 year ago

In planning, we might also like to add something along the lines of release cycle (schedules for alpha, beta, RC and full bugfix support). See how python version are done: https://peps.python.org/pep-0602/

mxochicale commented 1 year ago

Close on behalf of #33