CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 22 days agoThis is a glassprogramming.devimagemessage-square52linkfedilinkarrow-up1493arrow-down121
arrow-up1472arrow-down1imageThis is a glassprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 22 days agomessage-square52linkfedilink
minus-squareRustySharp@programming.devlinkfedilinkarrow-up10·22 days agoThe current legacy code I’m dealing with is full of these: // TODO: Class description here to satisfy linter
minus-squareOwOarchist@pawb.sociallinkfedilinkEnglisharrow-up4·22 days ago""" only one line for your comment? fucking amateur this comment uses five lines """
minus-squareone_old_coder@piefed.sociallinkfedilinkEnglisharrow-up2·22 days agoDon’t you have stuff like // NOLINTNEXTLINE to explicitely disable some lints?
The current legacy code I’m dealing with is full of these:
// TODO: Class description here to satisfy linter// I’m paid by the line
""" only one line for your comment? fucking amateur this comment uses five lines """That sounds horribe, actually.
deleted by creator
Don’t you have stuff like
// NOLINTNEXTLINEto explicitely disable some lints?