Everything, as a list

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.

Used in

Related