Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Thnx Matt for the advice. I just find it so much easier to put it all together if I can. I guess that's what comes from first learning how to program on your own. I also find it hard to decide when an operation that needs to be done in any class should be broken up into multiple methods or kept all in one big method. I usually end up creating one big method, and then realize it's quite big and can be split into multiple methods and do so. Hopefully, my mind will switch sooner than later from creating one big method and then seeing if I could use multiple smaller methods to automatically realising before I code that I can use multiple smaller methods and doing so. O well.... > - mfg Replies:
|
Sponsored Links
|