Boolean Flags

Admin behavior is better represented by an object that knows its permissions than by raw boolean state. Boolean flags distribute role logic across many conditional checks. Scattered boolean flags are another form of primitive obsession.

1 sources - 3 claims

Admin behavior is better represented by an object that knows its permissions than by raw boolean state. Boolean flags distribute role logic across many conditional checks. Scattered boolean flags are another form of primitive obsession.