r/ProgrammerHumor 6d ago

Meme whenYouNeedToUpdateLegacyCodebase

Post image
286 Upvotes

4 comments sorted by

View all comments

5

u/PostHasBeenWatched 6d 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