https://github.com/night-owl-labs/software-principles-collection
🟡 A growing curated collection of foundational software principles, featuring links to repositories that delve into key concepts like OOP, SOLID, and more.
https://github.com/night-owl-labs/software-principles-collection
software-concepts software-engineering software-principles
Last synced: 1 day ago
JSON representation
🟡 A growing curated collection of foundational software principles, featuring links to repositories that delve into key concepts like OOP, SOLID, and more.
- Host: GitHub
- URL: https://github.com/night-owl-labs/software-principles-collection
- Owner: Night-Owl-Labs
- License: mit
- Created: 2024-08-09T23:58:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T04:38:08.000Z (6 months ago)
- Last Synced: 2025-06-02T00:57:16.455Z (24 days ago)
- Topics: software-concepts, software-engineering, software-principles
- Language: Markdown
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
Night Owl Labs - Software Principles Collection
A growing curated collection of foundational software principles, featuring links to repositories that delve into key concepts like OOP, SOLID, and more.
---------------
## Table of Contents
- [Software Principles](#software-principles)
- [License](#license)
- [Credits](#credits)## Software Principles
Click on the repository links below to find out more information for each principle.
1. [SOLID Principles](https://github.com/Night-Owl-Labs/SOLID-Principles)
2. [OOP Principles](https://github.com/Night-Owl-Labs/OOP-Principles)
3. [Software "-ilities"](https://github.com/Night-Owl-Labs/Software-ilities)> [!TIP]
> You can also find them in this repository as submodules in the [principles](./principles/) directory.## License
This project is released under the terms of the **MIT License**, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.
- The [MIT License](https://choosealicense.com/licenses/mit/) provides certain freedoms while preserving rights of attribution to the original creators.
- For more details, see the [LICENSE](LICENSE) file in this repository. in this repository.## Credits
**Author:** [Night Owl Labs, LLC.](https://github.com/Night-Owl-Labs)
**Email:** [[email protected]](mailto:[email protected])
**Website:** [nightowllabs.io](https://www.nightowllabs.io)
**Reference:** [Main Branch](https://github.com/Night-Owl-Labs/Software-ilities)---------------