background preloader

Guidelines

Facebook Twitter

Standards

LINQ. What I look for in a Code Review. Coding Guidelines. This document contains the coding guidelines for the Mono Project.

Coding Guidelines

It contains four major sections: Style Guidelines, on how to organize your source code. Git Workflow Changes discusses how our workflow has changed now that Mono is hosted on GitHub. Source Code Control details our source code control use. Brad Abrams : Internal Coding Guidelines. 1.

Brad Abrams : Internal Coding Guidelines

Introduction………………………………………………………………………………………………………………………… 1 2. Style Guidelines…………………………………………………………………………………………………………………… 2. Design Guidelines for Developing Class Libraries. This section provides guidelines for designing libraries that extend and interact with the .NET Framework.

Design Guidelines for Developing Class Libraries

The goal is to help library designers ensure API consistency and ease of use by providing a unified programming model that is independent of the programming language used for development. We recommend that you follow these design guidelines when developing classes and components that extend the .NET Framework. Inconsistent library design adversely affects developer productivity and discourages adoption.