7

Just merged the stuff that the other intern and I have been working on for the past couple weeks together. He didn't comment a single function; not the couple thousand lines of c# functions on the server side, nor the hundreds of lines of JavaScript on the client side. It's a mess of formatting... Ugh.

Comments
  • 0
    Looking at his code kinda makes me want to cry...
  • 0
    Well, yeah. I use to code as an intern without commenting until someone called it out.

    Other way to learn that lesson is to bugfix legacy codebase with poor coding standards.
  • 1
    I'm also an intern. I've never coded without commenting. My programming instructor was super anal about that. I am happy for that, because I am better for it. Unfortunately, not everyone had such instructors...
  • 0
    And now I have to go through thousands of lines of uncommented code to get our application running smoothly enough to demo tomorrow morning. Yay!
Add Comment