master
Colin McMillen 4 years ago
parent
commit
55156f4d90
  1. 2
      Style-Guide.md

2
Style-Guide.md

@ -71,7 +71,7 @@ All code is in `namespace SemiColinGames`. There are no sub-namespaces, with the
### 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.

Loading…
Cancel
Save