Re: Is this too much OOP?
- From: "Daniel T." <daniel_t@xxxxxxxxxxxxx>
- Date: Thu, 21 Sep 2006 13:50:55 GMT
needin4mation@xxxxxxxxx wrote:
Thanks (to all). I am using Learing C# 2005 by Jesse Liberty. I
really just want to make things "right" this time. I know I can make
it work, but not always "right." Yes, I know those are subjective
terms. I think perhaps looking at some good OOP open source was a good
idea too. Hopefully, I can find good stuff...somewhere. I also went
to your blog. Did you make that link cloud, that is, design it?
I've never been a big fan of Mr. Liberty myself but to each his own.
AFAIC, the less duplication in your code, the more "right" it is.
1) If you have two blocks of code that do the same thing, dump one.
2) If you have two variables that contain the same value or a variable
that contains the same value as a calculation would produce dump one.
3) If you have two bits of decision logic that would always evaluate the
same, dump one.
--
There are two things that simply cannot be doubted, logic and perception.
Doubt those, and you no longer have anyone to discuss your doubts with,
nor any ability to discuss them.
.
- Follow-Ups:
- Re: Is this too much OOP?
- From: needin4mation
- Re: Is this too much OOP?
- References:
- Is this too much OOP?
- From: needin4mation
- Re: Is this too much OOP?
- From: needin4mation
- Is this too much OOP?
- Prev by Date: Re: Internal State vs. Navigating Associations
- Next by Date: Re: Is this too much OOP?
- Previous by thread: Re: Is this too much OOP?
- Next by thread: Re: Is this too much OOP?
- Index(es):
Relevant Pages
|