in reply to Re^3: kind of effort required for learning OO perl ?!
in thread kind of effort required for learning OO perl ?!
There's nothing wrong with "design by contract", but it might bog you down if you're looking at Eiffel just to get more knowledgeable about OO.
†To explain in a few lines and with lots of handwaving: each class has a set of invariants defined. Each time you call a method in an object of said class, the invariants are checked upon method exit. Exception on failure. Loop invariants and postconditions are checked in a similar way.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: kind of effort required for learning OO perl ?!
by BrowserUk (Patriarch) on Jul 30, 2010 at 08:45 UTC |