Spiga

Programming Tips

Here are some tips and things I've found to be true after 5 years of software experience.

Follow Einstein's maxim; keep things as simple as possible but not too simple.

If you are having difficulty coding your design, stop - you are probably going about it the wrong way, rethink the design.

Get help if you need it, but try wherever possible to work things by yourself, you will learn faster; it's not good having someone write code that you don't understand!.

Bear in mind that most importantly, the programmer must have a clear idea of what is required before coding commences. In a simple gauge this may mean just keeping what's needed in mind, in complex projects you must have to write your intentions or even make a flow chart of how things will work. Believe me, you will save much time and frustration by working this way, not to mention the umpteen versions of scrapped code!.

Software like painting, is a creative endeavour; there are many things to achieve the same end result; If you asked two artists to paint a horse the results would look like a horse but would not look as same each other, software is like that and the best software will achieve the result with the minimum possible code.

As you become proficient at coding you will find yourself getting good results quickly with elegant code, looking back at your early efforts will make you laugh - laugh heartly, it's a good sign.

Do you have anything to share? Please post them in the comments below.

0 comments: