SwitchUp @ SwitchUp @programming.dev Posts 0Comments 1Joined 2 yr. ago
SwitchUp @ SwitchUp @programming.dev
Posts
0
Comments
1
Joined
2 yr. ago
Sounds like Command-Query Separation (CQS)
It states that every method should either be a command that performs an action, or a query that returns data to the caller, but not both.