Skip to content

bikedataproject/api

Repository files navigation

api

.NET Core

The api

Coding Conventions

  • During this project we will be using C# Google Style guide + brackets on a newline.
  • In a simplified clean architecture design.
  • Returning a null value is forbidden. You can return for example Enumerable.Empty<T>() or a default value.
  • Prefer to use the Empty method on types to return empty variables.
  • Use the object representation type instead of primitive ones (String instead of string).

Releases

No releases published

Packages

No packages published

Languages