jayrar@lemy.lol to Programmer Humor@programming.dev · 1 day agofuck you billlemy.lolimagemessage-square69fedilinkarrow-up1609
arrow-up1609imagefuck you billlemy.loljayrar@lemy.lol to Programmer Humor@programming.dev · 1 day agomessage-square69fedilink
minus-squarejtrek@startrek.websitelinkfedilinkarrow-up28·1 day agoThere’s also the class of comments that explain strange business decisions. # Product guy said to return January 1st if the user doesn't have a birthday on record Kind of arbitrary but someone with decision making power decreed it.
minus-squarebaines@lemmy.cafelinkfedilinkEnglisharrow-up12·edit-21 day agothis is among the most important comment types that exist imo it may not seem like it but 20 years and 5million lines later when shit behaves odd because of some non standard code practice this type of comment is a life saver
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up7·1 day ago Kind of arbitrary but someone with decision making power decreed it. Here, under protest is this code. Every time the user doesn’t have a birthday, we return January 1st. Do we really mean that?
There’s also the class of comments that explain strange business decisions.
# Product guy said to return January 1st if the user doesn't have a birthday on recordKind of arbitrary but someone with decision making power decreed it.
this is among the most important comment types that exist imo
it may not seem like it but 20 years and 5million lines later when shit behaves odd because of some non standard code practice this type of comment is a life saver
Here, under protest is this code. Every time the user doesn’t have a birthday, we return January 1st. Do we really mean that?