Find us elsewhere
Join Now Member Login

Importance of Coding Standards

 
New Topic
Post Reply
Follow Topic
Page of 1
  • Author
  • Message
 
bellperez

posts: 5

Oct 17, 2011 12:31 AM ET    Quote  Report Abuse
Points: 0   Vote

We write programs to instruct computers. When programming using a high level programming language like C++ or Java, we are using a syntax that is somewhat closer to human languages. However, we use these programs as inputs to either compilers or interpreters to be converted to computer understandable binary format. For this reason, as far as the program code adheres to the syntax of the used programming languages, the compilers and interpreters never bother about the layout or visual formatting of the program code. However, as human programmers, we ourselves need to bother about the aesthetics of the program code.

What is a Coding Standard?

A coding standard is a set of guidelines, rules and regulations on how to write code. Usually a coding standard includes guide lines on how to name variables, how to indent the code, how to place parenthesis and keywords etc. The idea is to be consistent in programming so that, in case of multiple people working on the same code, it becomes easier for one to understand what others have done. Even for individual programmers, and especially for beginners, it becomes very important to adhere to a standard when writing the code. The idea is, when we look at our own code after some time, if we have followed a coding standard, it takes less time to understand or remember what we meant when we wrote some piece of code.

 


-------------------------

perinbryce

posts: 5

Oct 17, 2011 1:37 AM ET    Quote  Report Abuse
Points: 0   Vote

Coding standards of great help with the maintenance program, our ability to change programs. It's not just the reading obtained by a coding standard in programming.



-------------------------

qr code tracking
globalpageindia

posts: 32

Dec 20, 2011 3:05 AM ET    Quote  Report Abuse
Points: 0   Vote

 

Thanks for providing information about coding standards. It is crucial thing in programming. I am using C++ too.

 



-------------------------

massy7890

posts: 58

Jan 09, 2012 12:49 AM ET    Quote  Report Abuse
Points: 0   Vote

Coding standards are important for many reasons. First and foremost, they specify a common format for the source code and comments. This allows developers to easily share code, and the ideas expressed within the code and comments, between each other. It also specifies how comments (internal documentation) should be handled. More importantly, a well designed standard will also detail how certain code should be written, not just how it looks on screen.

 

 

____________________

Click here





-------------------------

swaggy

posts: 86

Jan 10, 2012 2:40 AM ET    Quote  Report Abuse
Points: 0   Vote

Coding is a way to instruct computer using programming languages to do this certain task automatically.



-------------------------

New York City Headshots
Page of 1
Post Reply
 
.
Advertisement

Keep the Community Clean!

  • StartupNation forums should be used as a platform to learn, educate others, share stories, tips & tricks and to provide constructive feedback.
  • Please do not use the Forums for advertising & blatant self-promotion.
  • Please be respectful to other members and refrain from personal attacks and vulgar language.
  • StartupNation reserves the right to delete any message, reply, and/or member who violates our terms of use.
Read full terms of use
Advertisement
Advertisement
Advertisement
Advertisement