Some favorite site feeds aggregated locally: iPhone Development RSS   Adobe Labs RSS   Macrumors RSS

Saturday, January 26, 2008

Package consolidation

Saturday, January 26, 2008   

So you've worked on several projects and you might end up with class packages scattered across various folders. How often do you spend the time to clean those up and put them all in your com, net, etc. directories to keep things all organized, and then add those via SVN or other source control?

I have to do this myself. Just curious how serious others take this, or do you end up with class packages all over the place and not worry about it. I probably don't need to worry too much, but you never know... it just means preparing some documentation at the head of those classes so I don't need to worry about AS3Doc or things like that... until later. So much to do even when its not specifically project related, huh? But staying organized will pay off I'm sure. And its easier to run out tons of docs (if you've prepared with proper commenting) on the whole shebang, keeping your motherload of golden code documented as a big book you can feel good about.
 
 Return to the main page
Comments:

There are currently 1 Comments:

Anonymous Campbell said...
“I have a namespace and package project set aside for useful/handy Utils etc that I continually add to and reference on projects. Keeping the docs up to date can be a pain but if your diligent with your comments it can work well.”
 
 Leave a comment