Showing posts with label CodeBetter. Show all posts
Showing posts with label CodeBetter. Show all posts

November 10, 2006

Coding guidelines

While reading Brad Abrams archives, i read this excellent article on writing a readable and maintainable code. This article lists the guidelines to be followed to write a readable code. Although we write efficient codes, we sometimes forget one aspect of coding ie. readability. Read this article, and also dont miss out the comments too.

November 09, 2006

Does your code work?

Does your code work?
This question may some time irritate a programmer and he feels like slapping you. Then ask the next question
Can you prove the claim that your code works correctly in the next 10 minutes?
This really questions the developer's skill and his team's ability to deliver a quality software. Blake raises these questions in his recent post.

Just read this post, really excellent!!!

November 03, 2006

Does writing code matter?

An excellent article, that all the developers should read. The author says that developers instead of writing just codes, they should speak and analyze and inspire others to write code. Stop talking to computers and Start talking to the humans.
Read full article here.
Great eye opener.!!!