1. Before sitting down for coding, you must have formal or a paper-napkin design of the solution to be coded. Never start coding without any design unless the code is trivial one.
2. Good code documentation is as important as good knowledge of a programming language. Write brief logic for each major block of your code as comments in source code file itself. Its good to mention creation and modification dates of your program along-with why modification was required.
3. Maintaining versions of your program is another important task. Some present-day programming tools already have a built-in version management. Whenever you make any change to your program, they save its copy as .bak file.
My approach is to maintain 3 versions of a program. Say, I have a file program.c which is used by other project team members also. I copy this file as program.c.old as backup and make another copy as program.c.wrk where I do modifications. When modifications are successfully compiled, replace program.c with .wrk file.
You can also append a date or some explanation phrase to your program versions like program260505.c or programReadFnWrking.c .
4. If your project contains multiple source files then maintain a README file stating purpose of each source files, data files, intermediate and log files (if any). You may also mention the compilation and execution steps.
5. Ever wondered why your IF statement is not working as it should do. May be your are using single equal i.e. "=" instead of "==" in the condition check. A good approach is to write condition in reverse order. So, your condition should read something like this:
if ( 10==i) .... So, if you put single equal sign by mistake then it will be detected at compilation time only as an error.
6. While using loops and conditional statements, always first put closing braces corresponding opening braces and then write the inner statements i.e.
1) for(int i=0;i
maide service in Lake Forest ...Ad Blocking is getting to be a common sport on... Read More
Your first step in removing dangerous infections from your computer... Read More
Computers are everywhere, and vary in specification, brands, sizes, shaped,... Read More
Microsoft Business Solutions is on the way to popularize it's... Read More
Flash mp3 players come with an exciting array of features,... Read More
Unless you place your faith in internal search engine software... Read More
Do you remember the old saw about how computers would... Read More
System File Checker is a great utility that is typically... Read More
All of us are familiar with the pyramids of Egypt.... Read More
If you ask most people what frustrates them most about... Read More
In the years of the dot com boom and bust,... Read More
ComputersBusinesses and individuals alike have all grown to rely on... Read More
Feeling overwhelmed in selecting a new TV? With all the... Read More
Getting a new computer should be an exciting and gratifying... Read More
Flow Text Around a GraphicQuestion: I have inserted a photo... Read More
PDA Medical BenefitsIf you are concerned about your medical history,... Read More
The battle is heating up for market share, home movie... Read More
The Internet is an awesome tool, but be careful and... Read More
While most small businesses really do need to find a... Read More
Up until the recent past, those who wanted to take... Read More
Not so many years ago, homes across the country watched... Read More
Since the DOS days, batch files have been one of... Read More
If you're like me, you occasionally find the ubiquitous mouse... Read More
Time is money. And when you constantly have to divide... Read More
Saving Lives With A Pocket PCFree medical downloads can be... Read More
cleaning service near Lake Forest ...All over the world, people carry with them walkmans and... Read More
We've all seen them, you've been browsing a website and... Read More
Microsoft Business Solutions is on the way to popularize it's... Read More
In this era of Internet, most people are frequent users... Read More
When you think of a help desk, what do you... Read More
Below you will find some useful information and comments about... Read More
What is a Refurbished Computer?Refurbished Computers. Remanufactured Computers. Reconditioned Computers.... Read More
ComputersBusinesses and individuals alike have all grown to rely on... Read More
Passwords have a strange dual nature. The stronger and safer... Read More
Google, in their march to stay ahead of the pack... Read More
In the first part of this home lab tutorial, CCNA... Read More
"Aaaaaahhhhhh! I've been invaded by a virus!" Getting a virus... Read More
IF WE say that it was mainly because of the... Read More
By using your computer today you can find a lot... Read More
Computers have replaced typewriters, but two-finger, hunt-and-peck typing can never... Read More
Your first step in removing dangerous infections from your computer... Read More
Tip #1. Do a Google search. Don't be to general... Read More
The United States Of America citizen feels that games is... Read More
Getting started with video editing is very simple you only... Read More
World War II - Germany decided to attack Poland. Poland... Read More
Are you thinking of buying an Apple iPod? Or have... Read More
Feeling overwhelmed in selecting a new TV? With all the... Read More
File permissions are one of the strengths that the Unix... Read More
It's free, it comes with Windows and it's used by... Read More
With a little tweaking and with proper tools, you can... Read More
Personal Technology |