3 design principles every developer must know
Intro
Every developer aims to write clean, efficient code, and three key design principles can make this task much easier:
KISS (Keep It Simple and Stupid)
YAGNI (You Ain't Gonna Need It)
DRY (Don't Repeat Yourself).
These principles are not jus...
ramk.hashnode.dev2 min read