I know OOP but i don't know OOT?

Started by
12 comments, last by wah_on_2 20 years, 8 months ago
I agree.
I think what he meant by OOT is just the general logical theory behind it - I think.
Advertisement
I like POOP - Practical Object Oriented Programming.
quote:Original post by Choff
Maintenance and re-use is OO''s bread and butter... If that isn''t important to your project, then OO is not important.

You mean, OOD, or OO in general?
I meant a full OO approach. For small projects mixing in some OO will speed things up a bit, but the time and effort put into designing and coding a "perfect" OO solution is probably a waste of time because you won''t get as much bang for your buck...

But if you intend to have this code running for long periods (24/7) of time or hope to re-use the code for several future version, then taking the time to design and code a full OO solution will pay off in the LONG run.
==========================big kid with adult powers==========================

This topic is closed to new replies.

Advertisement