sveawebpay / dotnet-integration

SDK for Sveas standalone payment methods
Other
5 stars 14 forks source link

Properties should be in the top of the class definition. #8

Closed irkush closed 11 years ago

irkush commented 11 years ago

We have a convention to always put the properties in the top of a class definition.

class Class
{
    // Properties
    bool IsTrue {get;set;}

   public Class()
   {
   }
}
Sinsabre commented 11 years ago

Solved in b09f10fbf80d8b0f4db01071e08ea83c72e3c4e0