chucknorris / roundhouse

RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control
http://projectroundhouse.org
916 stars 249 forks source link

Coding standards #190

Open ferventcoder opened 9 years ago

ferventcoder commented 9 years ago

Need to document our coding standards and implement code helpers such as resharper team settings.

Originally reported as #170.

ferventcoder commented 9 years ago

It's basically everything is lowercase except for classnames and interfaces. When variables, properties, parameters, methods, etc have multiple words, you separate with an underscore. The sacred cow "I" prepended to interfaces is not observed here.

macfarmw commented 8 years ago

I have a pretty good start on a ReSharper version 9 DotSettings file. I can finish that and submit it. For controlling indentation spaces vs tabs an editorconfig and Rebracer file for those with either of these tools installed would work nicely. If agreed I'll get started on this. I don't know of any others. I saw a Visual Studio forum discussion about possible built in support for the .editorconfig format in a coming version.

ferventcoder commented 8 years ago

Thanks @macfarmw

macfarmw commented 8 years ago

Pull request #254