Tags: methods
Methods can be split into:
- Accessor / Query methods. They return a value. They should have no SideEffects.
- Mutator / Set methods:
Last published: Thursday 13th May 2010
<<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: Thursday 13th May 2010
<<Previous Next>>