As title
You must log in or register to comment.
- Mikelius ( @Mikelius@beehaw.org ) English5•1 year ago
You have comments in your legacy codebases?? Luckyyyyy
- philm ( @philm@programming.dev ) English6•1 year ago
// This enters the if branch if "myVar" == true while otherVar == 42 { // do something }
- Mikelius ( @Mikelius@beehaw.org ) English2•1 year ago
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
I have a few of these but I forget where they came from, curious if anyone here knows
- Walop ( @Walop@sopuli.xyz ) English11•1 year ago
That was it, thank you!