|
|
|
|
|
by WilliamLP
6450 days ago
|
|
I'm naive, but isn't doing something over and over again always a sign that you're doing it wrong? Even if you have to work in PHP and write simple database table management screens all day long, there's nothing to stop you from stepping back a layer, for example by writing programs to write that PHP and MySQL code in whatever language you choose. I believe that if a problem really is trivial in programming, there's always a way to make it trivial. |
|
OTOH, I find myself still enjoying web/database programming in Scheme, despite having done it for 9 years now. I guess it helps to be able to focus on solving users' problems and not waste time wrestling with inappropriate tools.