Option–operand separation is a principle of imperative computer programming. It was devised by Bertrand Meyer[1] as part of his pioneering work on the Eiffel programming language.
It states that an operation's arguments should contain only operands - understood as information necessary to its operation - and not options - understood as auxiliary information. Options are supposed tobe set in separate operations.
The motivations for this are: