Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.4 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.4 KB

Alternatives to CoSMIC

SOLID

Author: Robert C. Martin

  • SRP: Single Responsability Principle
  • OCP: Open-Closed Principle
  • LSP: Liskov Substitution Principle
  • ISP: Interfaces Segregation Principle
  • DIP: Dependency Inversion Principle

Modern Rewording Here

CUPID

Author: Dan North

  • Composable
  • Unix philosophy
  • Predictable
  • Idiomatic
  • Domain-based

More Details Here

Detailed Comparison with CoSMIC (TODO…)

FLUID

Author: Kevlin Henney

  • Flexible
  • Locality
  • Unambiguous
  • Intuitive
  • Dependable

More Details Here And Here

Detailed Comparison with CoSMIC (TODO…)

SHOC

Author: Jason Gorman

  • Be Swappable
  • Hide their internal workings
  • Do One job
  • Have Client-driven interfaces

More Details Here

Detailed Comparison with CoSMIC (TODO…)