Archive for September, 2008
“total cost of owning a mess”
September 22nd, 2008 by Jeanne BoyarskyWhen I wrote about defending the code, I described how we don’t want to meet a date at the expense of our ability to meet future dates. This applies to future projects as well. If we meet the production date for the first project my producing a shaky pile of code, what is going to [...]
Categories: Development Process.
Comments: 3
“it’s your job to defend the code”
September 20th, 2008 by Jeanne BoyarskyAs I read “Clean Code” by Robert C Martin, I was particular drawn to the passage about why unrealistic commitments should not be an excuse for writing bad code. He points out that while it is a manager’s job to “defend the schedule and requirements”, it is a developer’s “job to defend the code with [...]
Categories: Development Process.
Comments: 3
Database Performance – Block Updates over the Internet
September 14th, 2008 by Scott SelikoffWhen you run a website within a hosted web environment, you often do not have the luxury of direct or intranet access to your database anymore. With remoting tools such as phpMyAdmin becoming increasingly popular among web hosting providers, remote connections over the internet may be the only access a user has to their database. [...]
Categories: Database.
Tags: block, bulk, Database, internet, updates
Comments: none
