Sunday, May 28, 2006

Learn how to comment

This wikipedia tells about different commenting styles and how they can be helpful while programming.
http://en.wikipedia.org/wiki/Comment#Summary

Comments could summarise code or explain the programmer's intent. This is called the why rather than how approach. The two are often close, but not always. According to this school of thought, restating the code in plain English may be a waste of time; the need to explain the code may be a sign that it is too complex and should be rewritten.

"Don't document bad code – rewrite it" (The Elements of Programming Style, Kernighan & Plauger).
"Good comments don't repeat the code or explain it. They clarify its intent. Comments should explain, at a higher level of abstraction than the code, what you're trying to do." (Code Complete, McConnell)
Happy Coding !!
Link from : Kshitij's Blog

vi survival guide

A comprehensive guide to a famous text editor "vi", written in vi itself.

read more | digg story

Installing and using Linux for the total newbie

So you've heard about Linux and you want to try it out, but you're scared you may screw up Windows or that it's too hard to install. Well fear no longer, here is a guide for the total newbie.

read more

I'm Back...

Now i'm back here after enjoying holidays at home...