Skip to content

arrebagrove/DVRP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVRP

Implementation of the computing cluster.

Names convention & coding guidelines

We use C# naming convention from the MSDN.

  1. https://msdn.microsoft.com/en-us/library/ms229002(v=vs.110).aspx
  2. https://msdn.microsoft.com/en-us/library/ff926074.aspx
  3. Issues non-specified by the above:
  • Private class members: _camelCase
  • Constable const, regardless of visibility: PascalCase*

if there is a choice, always we choose const instead of static readonly

Moreover: a name of a branch must include information about the owner and the functionality it covers. Example below (take attention to the capitalization):

  • pie/refactoring
  • leo/serialization
  • rog/comClientUnitTests
  • kut/componentRegistration

FAQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%