This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Patch: java.net: socket stuff


Hi Michael,

>> Code duplication is evil ;)
>
>Introducing a new method for this really unnecessary. It doenst make the
>code more clear.

I disagree. Perhaps my getImpl() idea isn't perfect,
but I think that a assertNotClosed() method like Dalibor suggested
definitely makes the code clearer and more readable. It also avoids
repetition of a string constant that you might have to change in n places
later on. You've already changed the if check once - a helper method
would have allowed you to change this in only one place.

In the grand scheme of things, I'm not losing a lot of sleep
over this, but it seems an innocent enough change to make....

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]