I used to have one class for one file. For example car.cs has the class car. But as I program more classes, I would like to add them to the same file. For
The Smalltalk answer is: you should not have files (for programming). They make versioning and navigation painful.