Colin McMillen 2020-02-25 23:24:11 +00:00
parent 1e9cd4db01
commit 55156f4d90

@ -71,7 +71,7 @@ All code is in `namespace SemiColinGames`. There are no sub-namespaces, with the
### Source files & class names ### Source files & class names
Unlike in Java, source files in C# need not contain only a single top-level class. It is fine to group multiple closely-related classes or structs into a single file, if it makes sense to do so. Unlike in Java, source files in C# may contain more than one top-level class. It is fine to group multiple closely-related classes or structs into a single file, if it makes sense to do so.
If a file contains only a single class, the filename should match the name of that class. If a file contains only a single class, the filename should match the name of that class.