In that they are present at all.
Comment on There is no such thing as an effective "AI detector", nor will there ever be one.
heimchen@discuss.tchncs.de 1 year agoHonestly, code generated by chatGPT has better comments than most other code.
damnYouSun@sh.itjust.works 1 year ago
fievel@lemm.ee 1 year ago
Well written code do not require comments, using good variable naming, dividing in simple operation through anonymous namespace functions well named. Sometimes comments are still required but should be avoided because they trends to not remain in sync with updated code and IMHO it’s worse to have lying comments rather than too few…