0
comment
comment
on 8/19/2023 1:32 AM
Sources
  Dan North: Why Every Element of SOLID is Wrong
  Wikipedia
  SOLID for functional programming
  Equivalent of SOLID principles for functional programming
  Solid Relevance
Principles
Single responsibility principle
Let us start with The single responsibility principle:
  Gather together the things that change for the same reasons. Separate things that change for different reasons.
some see it as:
  do one thing and do it well
The problem with this principle is that the definition is[...]






