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
limousine airport Glendale Heights .. Lockport Chicago limo O’HarePasswords have a strange dual nature. The stronger and safer... Read More
Your Bible At Your FingertipsIt is fairly easy to find... Read More
Peoples' private information needs to stay private, even after it... Read More
MP3 players are Hot! Playing music has come a long... Read More
I've worked my way from the CCNA to the CCIE,... Read More
Have you ever thought about building your own computer system?... Read More
After reading this good article you will know some important... Read More
Has This Ever Happened To You? OK.. it's Friday night,... Read More
Surf the 'Net for about 10 minutes and chances rate... Read More
Occupational Therapy Made EasierMedical downloads for the pda have improved... Read More
It's free, it comes with Windows and it's used by... Read More
In Windows Xp, you can install two operating systems on... Read More
Computer is an electronic machine work on the instructions of... Read More
File permissions are one of the strengths that the Unix... Read More
Many computer users are worried about their computer's performance. After... Read More
The DNS (Domain Name System) servers are what your computer... Read More
It seems like fast never quite rates fast enough.No matter... Read More
Do you use Windows standard uninstall feature? How do you... Read More
In my humble opinion nothing makes a long trip easier... Read More
Wouldn't you be shocked to find that your personal sensitive... Read More
What led them to this choice, as all four studios... Read More
Computers are supposed to speed up our productivity?to help us... Read More
Viruses, software failures, power failures, human errors, hard drive failures... Read More
1. Before sitting down for coding, you must have formal... Read More
With a little tweaking and with proper tools, you can... Read More
Lincoln Stretch rentals Willowbrook ..If you're like me, you occasionally find the ubiquitous mouse... Read More
Choose Not To ConformPalm pilots and pdas are constantly growing... Read More
Millions have enjoyed recorded music since 1877 when Thomas Edison... Read More
After reading this good article you will know some important... Read More
Each of the items in the checklist below is part... Read More
When browsing the internet you are likely to come across... Read More
Feeling overwhelmed in selecting a new TV? With all the... Read More
Computers are everywhere, and vary in specification, brands, sizes, shaped,... Read More
1. Let your PC boot up completely before opening any... Read More
Getting a new computer should be an exciting and gratifying... Read More
OK, so you caught a computer virus and your system... Read More
You use Ctrl+Alt+Del to see what's running on your PC,... Read More
I've worked my way from the CCNA to the CCIE,... Read More
With the new technology used to transfer information to from... Read More
World War II - Germany decided to attack Poland. Poland... Read More
Plasma and LCD TVs are the latest trend in home... Read More
What led them to this choice, as all four studios... Read More
ASR (Automated System Recovery) is a feature available on the... Read More
Digital cameras ratings are great tools for deciding which camera... Read More
It's hard enough as it is these days to get... Read More
Confused by EDTV vs HDTV? We don't blame you. The... Read More
Have you ever thought about building your own computer system?... Read More
Computers are available in different shapes, sizes and weights, due... Read More
First things first, what is Firefox? Well, it's a browser.... Read More
You will need the following:1. 1.44MB FDD (floppy)2. NVFLASH utility... Read More
Personal Technology |