yacgta@infosec.pub to Programmer Humor@programming.devEnglish · 2 years agoExperienced engineer examines comments in a legacy codebaseinfosec.pubimagemessage-square6fedilinkarrow-up1230arrow-down11file-text
arrow-up1229arrow-down1imageExperienced engineer examines comments in a legacy codebaseinfosec.pubyacgta@infosec.pub to Programmer Humor@programming.devEnglish · 2 years agomessage-square6fedilinkfile-text
minus-squareMikelius@beehaw.orglinkfedilinkEnglisharrow-up5·2 years agoYou have comments in your legacy codebases?? Luckyyyyy
minus-squarephilm@programming.devlinkfedilinkEnglisharrow-up7·2 years ago// This enters the if branch if "myVar" == true while otherVar == 42 { // do something }
minus-squareMikelius@beehaw.orglinkfedilinkEnglisharrow-up2·2 years agoLmao I’ve unfortunately seen stuff like this, where other parts of code that looked like just made up stuff had zero comments. Basically comments only where they weren’t needed and lacking where they’re needed
You have comments in your legacy codebases?? Luckyyyyy
// This enters the if branch if "myVar" == true while otherVar == 42 { // do something }
Lmao I’ve unfortunately seen stuff like this, where other parts of code that looked like just made up stuff had zero comments. Basically comments only where they weren’t needed and lacking where they’re needed