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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/12/08 00:23
Read: times


 
#156632 - Quite possibly
Responding to: ???'s previous message
Yes, for ports & memory-mapped variables a single common file may well make sense.

But some people like to have a single "globals.h" file for all shared data.
This can be really bad when a large team is involved, as everyone is always fighting to change the same file. By making it "modular", and giving each "module" its own header, then each person only needs to change the file that actually relates directly to what they're doing.

List of 13 messages in thread
TopicAuthorDate
Initializing variables in header files...            01/01/70 00:00      
   Defintions only in source files            01/01/70 00:00      
      Coincidental Cohesion            01/01/70 00:00      
         and yet...            01/01/70 00:00      
            Quite possibly            01/01/70 00:00      
            Memory mapping            01/01/70 00:00      
               Now...            01/01/70 00:00      
                  RE: just saved myself some extra typing            01/01/70 00:00      
            Resources            01/01/70 00:00      
   Another problem            01/01/70 00:00      
   Abort, End, Exit Procudure and Shutdown.            01/01/70 00:00      
      I guess I gave it significant consideration            01/01/70 00:00      
      RE: verbose, over conditionalized            01/01/70 00:00      

Back to Subject List