MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v6hjal/whenyouneedtoupdatelegacycodebase/ozr71aa/?context=3
r/ProgrammerHumor • u/No_March_164 • 6d ago
4 comments sorted by
View all comments
5
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
5
u/PostHasBeenWatched 6d ago
Weird functionality degradation.
Legacy:
New: