Avatar

SwitchUp

SwitchUp@programming.dev
Joined
0 posts • 1 comments
Direct message

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.

permalink
report
parent
reply