What's the DD Stand For?
Posted: Tue Oct 09, 2012 8:34 am
I have certain patterns I tend to follow when I program. I use single
letters for longs, and double letters for strings. To keep it simple, I
use aa, bb, cc, dd, ee, ff, and gg as some of my string names. These
variable are used temporarily, as I may use more specific names for
something to hold onto, such as idx is an array index reference.
I noted that the dd.s combination gets changed to DD.s by the IDE
as I add in code, but in trying to search for where DD is used, I come
up with a blank. Can anybody fill me in on this?
letters for longs, and double letters for strings. To keep it simple, I
use aa, bb, cc, dd, ee, ff, and gg as some of my string names. These
variable are used temporarily, as I may use more specific names for
something to hold onto, such as idx is an array index reference.
I noted that the dd.s combination gets changed to DD.s by the IDE
as I add in code, but in trying to search for where DD is used, I come
up with a blank. Can anybody fill me in on this?