@[email protected] to Programmer [email protected] • 5 months agoReading my colleagues codesopuli.xyzimagemessage-square21fedilinkarrow-up1507arrow-down16
arrow-up1501arrow-down1imageReading my colleagues codesopuli.xyz@[email protected] to Programmer [email protected] • 5 months agomessage-square21fedilink
minus-square@[email protected]OPlinkfedilink16•edit-25 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•5 months agoBreak the code altogether and abandon it forever and just start over.
later: never
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.