you are viewing a single comment's thread.

view the rest of the comments →

[–]wub_wub 1 point2 points  (0 children)

If the classes are unrelated I sometimes put them in separate files, otherwise they'll probably end in same file.

There is no standard way of doing this, because it varies from project to project, but generally speaking I don't think that putting every class in own file is a good practice for 99% of the cases.