Stupid bloody IDEs
Apr. 2nd, 2009 03:02 pmSo, I'm using a nice modern IDE (Visual Studio in this case). It's lovely in lots of ways - but there's one thing it does that really annoys me:
If I add a new label/textbox/combobox/whatever to the screen I never, _ever_ want to call it by the assigned name. Why on earth would I want a textbox called textBox1?
This being the case, why on earth doesn't it pop up a dialog when I drop on a control to ask me what the right name for the control is?
Not asking me the question is encouraging sloppy coding practices.
If I add a new label/textbox/combobox/whatever to the screen I never, _ever_ want to call it by the assigned name. Why on earth would I want a textbox called textBox1?
This being the case, why on earth doesn't it pop up a dialog when I drop on a control to ask me what the right name for the control is?
Not asking me the question is encouraging sloppy coding practices.
no subject
Date: 2009-04-02 02:05 pm (UTC)If I was developing something serious, I'm sure this would drive me mad. :D Seems like it should be a mode that can be turned on (like good old Option Explicit - same concept).
no subject
Date: 2009-04-02 02:16 pm (UTC)It's also amazing how many "hacks that will be thrown away in a day" are still in use 5 years later, with the whole company dependent on them."
no subject
Date: 2009-04-02 02:17 pm (UTC)no subject
Date: 2009-04-02 04:27 pm (UTC)