Experienced engineer examines comments in a legacy codebaseinfosec.pubimage yacgta ( @yacgta@infosec.pub ) Programmer Humor@programming.devEnglish • 2 years ago message-square6fedilinkarrow-up1117
arrow-up1117imageExperienced engineer examines comments in a legacy codebaseinfosec.pub yacgta ( @yacgta@infosec.pub ) Programmer Humor@programming.devEnglish • 2 years ago message-square6fedilink
minus-square Mikelius ( @Mikelius@beehaw.org ) linkfedilinkEnglish5•2 years agoYou have comments in your legacy codebases?? Luckyyyyy
minus-square philm ( @philm@programming.dev ) linkfedilinkEnglish6•2 years ago// This enters the if branch if "myVar" == true while otherVar == 42 { // do something }
minus-square Mikelius ( @Mikelius@beehaw.org ) linkfedilinkEnglish2•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
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