An open API service indexing awesome lists of open source software.

https://github.com/drew2a/zen


https://github.com/drew2a/zen

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Zen

“It is not enough for code to work.”

― Robert C. Martin



1. DRY – Don’t Repeat Yourself
1. KISS – Keep It Simple Stupid
1. YAGNI – You Aren’t Gonna Need It
1. SOLID:
* S – Single Responsibility Principle
* O – Open-Closed Principle
* L – Liskov Substitution Principle
* I – Interface Segregation Principle
* D – Dependency Inversion Principle