As title

  • philm
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago
    // This enters the if branch if "myVar" == true
    while otherVar == 42 {
        // do something
    }
    
    • Mikelius@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      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