CQS (command-query separation)
Where I've used CQS: Booking Connectivity through Availability and Better Shipping.
- Type
- Technology
The principle that a method should either change state or return data, never both.
Related
- Backend
Where I've used CQS: Booking Connectivity through Availability and Better Shipping.
The principle that a method should either change state or return data, never both.
Related