in reply to When Is Dividing Code Into Different Subroutines/Packages Important?

You might also be interested in the book "Code Complete". It has a section on appropriate organization code. It also contains lots of other good suggestions for effective programming practices.

Mark

  • Comment on Re: When Is Dividing Code Into Different Subroutines/Packages Important?

Replies are listed 'Best First'.
Re: Re: When Is Dividing Code Into Different Subroutines/Packages Important?
by Missing Words (Scribe) on Jun 15, 2003 at 02:59 UTC
    I will look for it the next time I am at the library (what can I say, I am a cheap teen who spends all his money on gas), thanks for the suggestion.