Date/Time-Related Variables
Time is complicated. It is very easy for bugs to creep in. Name date/time-related variables so that code reads correctly if it’s correct and reads obviously wrongly if it’s broken. The following tips help with that:
Time is complicated. It is very easy for bugs to creep in. Name date/time-related variables so that code reads correctly if it’s correct and reads obviously wrongly if it’s broken. The following tips help with that: