Project names¶
The name of a source code project that targets .NET uses Pascal Case: the first letter of each word in a multi-word identifier is capitalized, and there are no spaces or separators between words.
Use dots in the project name (as needed) to indicate architectural boundaries. For example:
- src/api/DanielMiller.Api
- src/cli/Workday.Integration
- src/lib/Shift.Assessment.Sdk