Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/14/06 18:06
Read: times


 
#124323 - do you mean ...
Responding to: ???'s previous message
.. that you currently have all of your code in one big source file?

Yikes!

I'm a big fan of using as many source files as necessary. Each file encapsulates one specific feature. This way, if that feature changes, either the source file can be removed or replaced with something else that implements the new feature.

Also it makes re-use a lot easier.

And it makes version control easier.

-a

List of 6 messages in thread
TopicAuthorDate
Software Development Question            01/01/70 00:00      
   make            01/01/70 00:00      
   two questions            01/01/70 00:00      
   do you mean ...            01/01/70 00:00      
      if question is directed at me            01/01/70 00:00      
         directed at            01/01/70 00:00      

Back to Subject List