What programming shortcuts do you end up regretting or backing out?
- by bryanjonker
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?