What programming shortcuts do you end up regretting or backing out?
Posted
by bryanjonker
on Stack Overflow
See other posts from Stack Overflow
or by bryanjonker
Published on 2010-04-13T19:00:20Z
Indexed on
2010/04/13
19:03 UTC
Read the original article
Hit count: 206
I saw this question and it reminded me of AutoGenerateColumns in the old DataGrid. The few times I've used them, I ended up backing it out because I needed data formatting past the standard "spit out the Data Source columns." Likewise, with toggle, it sounds like it would save time, but then you end up needing to keep track of state or something else, and you rewrite the code accordingly.
Are there things that you end up using thinking it will save you time, but end up backing out because it doesn't do what you need?
© Stack Overflow or respective owner