“total cost of owning a mess”

Site menu:

Topics

Recent Posts

Blog

 

September 2008
M T W T F S S
« Aug   Oct »
1234567
891011121314
15161718192021
22232425262728
2930  

Past Posts

Links:

Archive for September, 2008

“total cost of owning a mess”

September 22nd, 2008 by Jeanne Boyarsky

When 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 [...]

“it’s your job to defend the code”

September 20th, 2008 by Jeanne Boyarsky

As 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 [...]

Database Performance – Block Updates over the Internet

September 14th, 2008 by Scott Selikoff

When 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. [...]