openmainframeproject / cobol-programming-course

Training materials and labs for a "Getting Started" level course on COBOL
https://openmainframeproject.org/projects/cobol-programming-course/
Creative Commons Attribution 4.0 International
3.04k stars 589 forks source link

Readable and maintainable COBOL code #257

Open FALLAI-Denis opened 3 years ago

FALLAI-Denis commented 3 years ago

Hi,

Thank you for the work done around learning the COBOL language.

In addition to the syntax elements of the COBOL language, do you plan to approach COBOL programming styles allowing the production of readable code, (ability to understand processes), maintainable code, (ability to modify code with minimum work), debugable code, (ability to trace code or analyze dumps)?

See the discussion I open on an other site: https://github.com/IBM/zopeneditor-about/discussions/131

A discussion on this subject could also be opened on this site.