https://github.com/drew2a/zen
◯
https://github.com/drew2a/zen
Last synced: 5 months ago
JSON representation
◯
- Host: GitHub
- URL: https://github.com/drew2a/zen
- Owner: drew2a
- License: mit
- Created: 2020-10-06T13:15:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T15:14:36.000Z (over 5 years ago)
- Last Synced: 2025-01-29T15:50:43.484Z (over 1 year ago)
- Homepage:
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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