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
|
|
|
|
|
|
|
|
|
|
|


IntroOne of the big advantages of PCs over earlier types... Read More
Webmasters usually sit at their computers much longer in a... Read More
If you're like me, you occasionally find the ubiquitous mouse... Read More
Feeling overwhelmed in selecting a new TV? With all the... Read More
Perhaps not yet, but the handwriting might be on the... Read More
The registry is where the computer stores information about the... Read More
Step 1:Open WinRAR and browse to the folder with your... Read More
You have your television and home theater receiver; you just... Read More
With renting methods such as online DVD rental and pay-per-view,... Read More
If you use a computer, you need to know more... Read More
If you don't have an mp3 player, and even if... Read More
Cookies, not the kind that Mom makes, but the computer... Read More
We have just entered the time of year that most... Read More
The first step is: Start > My DocumentsSo you have... Read More
OK, so you caught a computer virus and your system... Read More
In the 1950's and 1960's Polaroid's instant cameras were all... Read More
Most people download and save so much information on their... Read More
MMC and SDFlash memory is available in so many formats... Read More
The DNS (Domain Name System) servers are what your computer... Read More
I would like to tell you about a magic home.... Read More
For those seeking to buy their first flat panel TV... Read More
This is the third in a series of articles highlighting... Read More
How can you compare mp3 players to be sure you're... Read More
Peoples' private information needs to stay private, even after it... Read More
This is not your typical lost data story. I was... Read More
Passwords have a strange dual nature. The stronger and safer... Read More
Sometimes your PC will start acting strange for no apparent... Read More
The following practice, if done regularly, may help you to... Read More
Wouldn't you be shocked to find that your personal sensitive... Read More
So you've got some spyware, ad-ware, or viruses on your... Read More
Choose Not To ConformPalm pilots and pdas are constantly growing... Read More
The United States Of America citizen feels that games is... Read More
So I'll start from the very beginning.One day I was... Read More


Microsoft Certifications are one of the most widely acclaimed, pursued,... Read More
If you use a computer, you need to know more... Read More
First and foremost before I begin my ranting it is... Read More
Confused by EDTV vs HDTV? We don't blame you. The... Read More
ASR (Automated System Recovery) is a feature available on the... Read More
If you don't have an mp3 player, and even if... Read More
This is not your typical lost data story. I was... Read More
Everywhere you look today people are listening to personal audio... Read More
Many computer users are worried about their computer's performance. After... Read More
Your Bible At Your FingertipsIt is fairly easy to find... Read More
All of us are familiar with the pyramids of Egypt.... Read More
A friend told me: "My computer startup seems to be... Read More
Introduction In this article I will clearly spell out the... Read More
About mail-mergingMail-merging is the process of merging variable data and... Read More
Not so many years ago, homes across the country watched... Read More
Up until the recent past, those who wanted to take... Read More
World War II - Germany decided to attack Poland. Poland... Read More
Understanding digital camera prices makes finding the best camera value... Read More
Winter?the official start of the cold and flu season. Though,... Read More
File Transfer Protocol (FTP) is a protocol that is part... Read More
The registry is where the computer stores information about the... Read More
iPod users start to get the picture and it's turning... Read More
If you're like me, you occasionally find the ubiquitous mouse... Read More
If you are a building a website or a forum,... Read More
Get started creating web pages using text files and HTML... Read More
The Cisco Certified Network Associate (CCNA) Certification is meant for... Read More
I have a love-hate relationship with my computer.In fact, often... Read More
One of the most confusing parts of beginning your Cisco... Read More
There have been some questions on anti-skip protection on mp3... Read More
IntroductionMac OS X is the most technologically advanced operating system... Read More
The best way to get the gaming computer that you... Read More
Do you use Windows standard uninstall feature? How do you... Read More
Feeling overwhelmed in selecting a new TV? With all the... Read More
Personal Technology |