Click to See Complete Forum and Search --> : Boring Databases Development


MikeFlyer
05-01-2005, 01:37 AM
Hello Every one,
I wonder what is the most boring scripts that we make everday??

For me, its database related scripts, I hate it so much, i feel that there is no challenge in it at all, what is logic in submitting a web form into a database. and I love making some expert scripts, like encryption functions, selecting using a hard coded criteria, these function are really making me so satisfied about what am I,,,, Developer, things that challenges my logic.

What bout u? ;)

A1ien51
05-02-2005, 09:44 AM
Been working on a conversion script for the past two weeks to convert data in a table that is wrong. It has more joins and exceptions that I have nightmares about!

buntine
05-02-2005, 09:01 PM
Write a boring-code generator. We did. ;)

MikeFlyer
05-03-2005, 02:11 AM
Write a boring-code generator. We did. ;)

ya i've tried to make my own code generator specially for the signup forms, but, the biggest problem is that every client wants a different data one of them asked me "Hey i want to include a blood type in my subscription form",,,,, by the way that web site was so far from a medical web site

buntine
05-03-2005, 03:32 AM
Alrighty then. Just out of curiousity, why do you do this: ,,,,, ??

scragar
05-03-2005, 03:36 AM
boring codes to check for stupidly unlikly events.

I hate doing that, after all who is going to search generated html then write there own form to submit bad data to your site? not many people, but I should still write data checks for it just in case.