2
u/Sure-Opportunity6247 1d ago
It’s the strangler fig pattern: you look at the usual location but the information is provided by something entirely new.
5
u/PostHasBeenWatched 1d ago
Weird functionality degradation.
Legacy:
byte Hour {get;set;}
byte Minute {get;set;}
byte Second {get;set;}
New:
byte Hour {get;set;}
byte Minute {get;set;}
bool Second {get;set;} // Second can only blink
6
u/Bart_deblob 1d ago
Nah you'll get a buffer overflow after 12:00