Archive for 'Programming'
Structured process for web application development
Posted on 23. Jul, 2009 by Nikhil Sheth.
Came across this wonderful article about structured process to develop a web application. Process main phases In a generic web application developing process you can identify five main phases: 1. Requirements Definition In this first phase you have to define the scope and needs of your web application in terms of what your application must do, main features and [...]
Continue Reading
Three Questions About Each Bug You Find
Posted on 17. Jun, 2009 by Nikhil Sheth.
Came across this interesting article. It teaches us to ask ourselves: Three Questions About Each Bug You Find Those questions being: Is this mistake somewhere else also? What next bug is hidden behind this one? What should I do to prevent bugs like this? Share/Save
Continue Reading
Programming Quotes
Posted on 25. Dec, 2008 by Nikhil Sheth.
“There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.” “Any fool can write code that a computer can understand. [...]
