CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 2 months agoThis is a glassprogramming.devimagemessage-square46linkfedilinkarrow-up1481
arrow-up1481imageThis is a glassprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 2 months agomessage-square46linkfedilink
minus-squareRustySharp@programming.devlinkfedilinkarrow-up10·2 months agoThe current legacy code I’m dealing with is full of these: // TODO: Class description here to satisfy linter
minus-squareOwOarchist@pawb.sociallinkfedilinkEnglisharrow-up4·2 months ago""" only one line for your comment? fucking amateur this comment uses five lines """
minus-squareone_old_coder@piefed.sociallinkfedilinkEnglisharrow-up2·2 months 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?