This repository contains two files:
rules/Powerof10-C.md
: This file lists the original 10 programming rules from NASA for C programming.rules/Powerof10-Python.md
: This file provides an adaptation of the original rules for Python programming.
After coming across an article discussing NASA's 10 programming rules, I thought it would be interesting to adapt them for the Python language. That's what I'm trying to do in the Powerof10-python.md
file.
After creating the adaptation of NASA's programming rules for the Python language, I thought it would be interesting to share them. But also to adapt them for other programming languages. That's why this repository is open to contribution. Feel free to explore and contribute to this repository, especially by proposing adaptations for other programming languages if you wish.
If you would like to contribute to this project, please read the file CONTRIBUTING.md to learn how to do so.
This project is licensed under the MIT License - see the LICENSE file for details.