in reply to Re^4: 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.
Personally, I found that the DbC aspect of Eiffel considerably simplified the process of creating classes. Though I admit I was not an OO beginner when I came to Eiffel.
The reasons are that
That means that you can concentrate upon the actual algorithms within the methods, and avoid the clutter of in-line error handling.
|
---|