Relative Content

Tag Archive for boolean

Returning a boolean when success or failure is the sole concern

I often find myself returning a boolean from a method, that’s used in multiple locations, in order to contain all the logic around that method in a single place. All the (internal) calling method needs to know is whether the operation was successful, or not.