??? 03/17/05 14:48 Read: times |
#89871 - One file development Responding to: ???'s previous message |
Raghunathan said:
But as a single developer handling the whole project, I am not sure if multiple files mean much - to me. True. In a multi-developer environmnent, multiple files makes more sense. As a single developer, I prefer the single file approach just because all my code is available to me in a single file and because there's no possibility of version incompatibilities if an old version of one file is mixed with a new version of another. To backup the project I backup a single ASM file and I'm done--to go back to test with a previous version I just assemble that single file; no need to create a new directory with old versions of multiple component files, etc. Works for me in 8052 assembly language anyway. Your mileage may vary. Regards, Craig Steiner |