Results 1 to 3 of 3

Thread: Messy programming and how to fix it (Java)

  1. #1
    IRN-BRU(tm)
    Join Date
    Aug 2004
    Location
    Milton Keynes
    Posts
    484
    Thanks
    8
    Thanked
    9 times in 7 posts

    Messy programming and how to fix it (Java)

    Hey,
    I am the ultimate lazy programmer - i use JBuilder to do all of my code generation and never bother to put the generated stuff in the right places. I also define class fields just above the methods as i need them which leaves variables all over the place in between methods. Not to mention the unused ones that i decide i do not need anymore.

    What im asking is, is there a nice utility that anyone knows of that will Group/Alphabetise/otherwise sort my methods and variables in large amounts of source code - been writing a game for 8 months with no clean up

    cheers

  2. #2
    Pixel Abuser Spunkey's Avatar
    Join Date
    Nov 2003
    Location
    Milton Keynes
    Posts
    1,523
    Thanks
    0
    Thanked
    0 times in 0 posts
    Nothings changed then - lazy goit

  3. #3
    Registered User
    Join Date
    Oct 2004
    Posts
    10
    Thanks
    0
    Thanked
    0 times in 0 posts
    Just do it right in the first place, do it as you go along. Tedious but can't be beaten.
    Those automatic tools screw up more than help.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •