@tyo_ukko@sopuli.xyz to Programmer Humor@lemmy.ml • 2 months agoReading my colleagues codesopuli.xyzimagemessage-square21fedilinkarrow-up1519
arrow-up1519imageReading my colleagues codesopuli.xyz@tyo_ukko@sopuli.xyz to Programmer Humor@lemmy.ml • 2 months agomessage-square21fedilink
minus-square@tyo_ukko@sopuli.xyzOPlinkfedilink15•edit-22 months 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 linkfedilink5•2 months 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.