|
Re: Organized, multiple source code vs everything in one code.
We currently have a relatively large (~600 lines) main source file, plus another for tracking the scoring peg targets. We may do more breaking up of files, but step one is to make working code, then worry about pretty code.
While we have only two source files, we have at least broken several functions off into their own methods, which provides very useful organization. All-in-one methods (or functions) are far worse than all-in-one source files IMO.
|