Got the IDE blues

runrig on 2004-02-10T23:01:15

I'll never be able to properly convey to my boss the concept that a fancy IDE doesn't make one programming language any more valid than another. In our GUI development environment, it just took me about 2 minutes and 20 seconds to make a simple change. I just needed to change the column name in a SQL where clause. I see the code, I know what change needs to be made, but it's in a library. So I have to load the library (and wait for the library's libraries to load), make the change (which takes all of one or two seconds), go back to the main program, wait for the libraries in the main program to refresh, then wait for the main program to recompile. Almost 2 1/2 minutes for a one second change. Okay, if I didn't make the mistake in the first place, I wouldn't have had to spend 2 1/2 minutes fixing it, but it sure does get boring staring at that hourglass...


Hourglasses and IDEs

xenchu on 2004-02-11T03:17:52

They pay you to stare at hourglasses and use overpadded IDEs. The programming is lagniappe.

2 seconds...

bart on 2004-02-11T09:26:55

The fact that making the change takes only two seconds, is the accomplishment of the IDE. The fact that the rest takes so long, is due to stuff that it doesn't control. So it's not at fault.