6
atheist
3y

People have good coding style right up until they use a new language, then it's like they're back at uni. Having to explain basic things like good names or what should be a member variable, don't add comments like "sets variable x"

Comments
  • 3
    Man it’s difficult to write concise and descriptive comments 😪
  • 1
    I think the one that gets me is something like:

    // Set url
    url = "devrant.com"
Add Comment