tyo_ukko@sopuli.xyz to Programmer Humor@lemmy.ml · 1 month agoReading my colleagues codesopuli.xyzimagemessage-square21fedilinkarrow-up1517arrow-down16
arrow-up1511arrow-down1imageReading my colleagues codesopuli.xyztyo_ukko@sopuli.xyz to Programmer Humor@lemmy.ml · 1 month agomessage-square21fedilink
minus-squaretyo_ukko@sopuli.xyzOPlinkfedilinkarrow-up15·edit-21 month agoFew of the good ones I’ve spotted: (complicated business logic in messy code) // TODO: check (…) // TODO: think about better naming (…) // TODO: This is obviously shit and needs to be changed. (…) // TODO: THIS IS NOT USED ANYWHERE CONSIDER REMOVING ALTOGETHER (comment made 3 years ago)
minus-squareKalkaline @leminal.spacelinkfedilinkarrow-up5·1 month agoBreak the code altogether and abandon it forever and just start over.
Few of the good ones I’ve spotted:
(complicated business logic in messy code) // TODO: check
(…) // TODO: think about better naming
(…) // TODO: This is obviously shit and needs to be changed.
(…) // TODO: THIS IS NOT USED ANYWHERE CONSIDER REMOVING ALTOGETHER (comment made 3 years ago)
Break the code altogether and abandon it forever and just start over.