The Hungarian lives
I'm currently working under an unexpected constraint:
Hungarian notation for variable names in my database code.
Sure, I've written many lines of solid and readable code using Hungarian notation. VB6, VBA, and tSQL...it was previously company-standard for all DB code (and the data type prefixes were helpful in the days before IntelliSense arrived in SSMS).
However, I was happy to leave this convention behind in favor of more descriptive variable names. So I tried to argue against it, but I just come across as someone who's being obstinate for no good reason.
Oh well, dttmToday+1 is just another dttmDay.