Jun 03 2005
Writing Database Software
This is an old article and the information contained within it may be out of date, not reflect my current views and/or contain broken links. If you feel this article is still valid and requires updating, you can use the contact form to let me know. However, I make no guarantee that it will get updated.
Since I started programming back in 1999 the software I have written has invariably been database based. The testing process for the software invariably requires the database to be populated with data. Over time I have come to the two following conclusions:
- You know you have a lot of development left when it is easier to edit the data driectly in the database rather than using the software you’re writing.
- There is a light at the end of the tunnel when it is easier to use your software than to edit the data directly in the database.
Just a little food for thought.