to, err := human()
por Sebastian Tabares
Elegante y eficiente.
Lógica directa, mínimas dependencias y fácil de mantener.
El código limpio se lee como prosa bien escrita
Deja el lugar donde acampaste un poco
más limpio que como lo encontraste."
EL CÓDIGO:
SE ESCRIBE UNA VEZ
SE MODIFICA 10 VECES
SE LEE 100 VECES
Functional Programming
Text
“Keep It Simple, Stupid" (KISS)
"Don't Repeat Yourself" (DRY)
“You Aren’t Gonna Need It" (YAGNI)
Separation of Concerns (SoC)
SOLID
Single Responsibility Principle (SRP)
Open/Closed Principle
Liskov’s Substitution Principle (LSP)
Interface Segregation Principle (ISP)
Dependency Inversion Principle (DIP)
FSMs
https://statecharts.dev/
https://github.com/chrislgarry/Apollo-11