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
shuttle from O'Hare Bingham .. Lockport Chicago limo O’HareStep 1:Open WinRAR and browse to the folder with your... Read More
Getting started with video editing is very simple you only... Read More
Do you remember the old saw about how computers would... Read More
Peoples' private information needs to stay private, even after it... Read More
1. Let your PC boot up completely before opening any... Read More
About mail-mergingMail-merging is the process of merging variable data and... Read More
Feeling overwhelmed in selecting a new TV? With all the... Read More
Tip #1 -- Rebates: A rebate is not always a... Read More
If you don't have an mp3 player, and even if... Read More
MP3 players are Hot! Playing music has come a long... Read More
Projectors have come a long way in the past few... Read More
If you've been kicking around the idea of building your... Read More
Ad Blocking is getting to be a common sport on... Read More
Up until the recent past, those who wanted to take... Read More
Each of the items in the checklist below is part... Read More
No matter how fast your processor and regardless of how... Read More
As the web has evolved, so have the methods of... Read More
In the first part of this home lab tutorial, CCNA... Read More
The DNS (Domain Name System) servers are what your computer... Read More
You have your television and home theater receiver; you just... Read More
Apache, MysQL and PHP for Windows could be a nice... Read More
For six years, my Samsung PC 13.8 inch SyncMaster conventional... Read More
Confused by EDTV vs HDTV? We don't blame you. The... Read More
If you utilize a computer at home or work it... Read More
With a little tweaking and with proper tools, you can... Read More
Mishawaka limo O'Hare ..Below you will find some useful information and comments about... Read More
Each of the items in the checklist below is part... Read More
When I first started studying for my CCNP, some of... Read More
Having two operating systems is not as difficult as many... Read More
No matter how fast your processor and regardless of how... Read More
Understanding digital camera prices makes finding the best camera value... Read More
CCNAs and CCNA candidates hear it all the time: ???Get... Read More
Getting a new computer should be an exciting and gratifying... Read More
Spyware is the software that collects information about your online... Read More
Feeling overwhelmed in selecting a new TV? With all the... Read More
Microsoft Business Solutions is on the way to popularize it's... Read More
Computers are supposed to speed up our productivity?to help us... Read More
In the early days, Personal Digital Assistants (PDAs) were not... Read More
PDA Medical BenefitsIf you are concerned about your medical history,... Read More
This is the third in a series of articles highlighting... Read More
Simone is exasperated. She has to work on her university... Read More
If you ask most people what frustrates them most about... Read More
Are you looking for an MP3 player but am not... Read More
Heading off on vacation soon?Then perhaps you're tempted to take... Read More
Buying Your PCBuying a PC that's right for you and... Read More
After reading this good article you will know some important... Read More
Computers are available in different shapes, sizes and weights, due... Read More
Are you stymied by the vast offerings in cheap mp3... Read More
JPEG, GIFF/JIFF, BMP, and TIFF are the most commonly used... Read More
A Computer in Your HandCarrying around an address book and... Read More
Personal Technology |