From Coding Standard
Jump to: navigation, search
Welcome to Coding Standard!

Aim of this wiki is to create a programming language independant codingstandard and sharing example commentary blocks for software development.


About this site

This is your new site! Feel free to start editing right away!

In this wiki a coding standard for several programming languages is presented including snippets for faster commenting. Some of the programming languages are

Why a coding standard?

A coding standard (CS) is a convenient way to structure a work and make it easier to read even after days or month of not writing a line of code. Therefore this coding standard is based on my own expertise and style of writing code, keeping in mind that I use several different programming languages, from low level languages up to high level scripting languages and I need a way to read my code even after month after completing a project.

Prominent examples are the C#.NET-CodingStandard of Microsoft (MS-CS), or the coding standard for Googles Open Source Projects ([1] Google-CS) and the GNU Coding Standard (GNU-CS).


Did you know...

  • that if you can program in one language and have understood the basics of software development, the language doesn't matter.

News

  • Writing on the first pages for the wiki