Tagged Questions

1
vote
1answer
34 views

Heuristics for finding class invariants

Is there any heuristics for finding class invariants, I mean pay attantion on ...; never rely on ...; Maybe there is common advices. Any links on paper where studing real-life examples will be ...
0
votes
1answer
86 views

How do I Determine What the Invariant Is?

Quite simply, when designing a new class, how do I figure out what the invariant should be? What defines the invariant? I've heard that it's tied into validity, but that's still ambiguous. What ...
0
votes
2answers
214 views

Are missing invariants for an object always a sign of bad design?

I was just thinking of cases when invariant(s) for mainly classes, but to some extent also structs, cannot be readily defined. Would the lack of invariant(s) be a definitive sign of bad design of the ...