Tags: methods
Methods can be split into:
- Accessor / Query methods. They return a value. They should have no SideEffects.
- Mutator / Set methods:
Last published: Friday 16th December 2011
<<Previous Next>>
A daily dose of software engineering wisdom - inspiring, thought provoking, and sometimes just plain dangerous.
Tags: methods
Methods can be split into:
- Accessor / Query methods. They return a value. They should have no SideEffects.
- Mutator / Set methods:
Last published: Friday 16th December 2011
<<Previous Next>>