What is better

Hello,

I have a GUI app and i want to extend it. I'd like to modified it and

i'm looking for the rigth approach.

-The first idea is to modified the source with the feature that

i nedd

-The second idea is to use adpetr pattern or composeView patter

What is the better solution for you

Thanks

[342 byte] By [sunxray@hotmail.coma] at [2007-10-2 0:31:02]
# 1
The second approach is better in either case. Even if its a permanent change its good to have a modular design. You isolate errors from one part of your program. It can keeps the bugs from being so pervasive.
_dnoyeBa at 2007-7-15 16:45:38 > top of Java-index,Other Topics,Patterns & OO Design...