2
numb3rs
6y

Dear developers, stop putting comments in the code explaining what your code do, if your code isn't readable then you're a bad coder.
Sincerely every other that's going to read your code after

Comments
  • 6
    Well, this is a stupid rant.
  • 5
    Frontend mostly is readable.

    I'm curious about your assembler w/o comments
  • 0
    @RemyRM
  • 2
    OP has obviously not worked with other devs before.
  • 2
    You could not be further from reality if you tried.
  • 0
    I'm not saying that comments are bad I'm just saying make them useful, for Buisness stuff put it in a wiki page. Nobody wants to see comments like this :
    //Getting object from database
  • 4
    @numb3rs This rant is a trainwreck. Your third word was "stop." There are no instances of "useful," "better," "improve," etc. in your rant; it literally tells other developers to stop commenting their code altogether. This is a bad thing. Furthermore, a wiki is absolutely not the place to document code -- any such comments are substantially less likely to get updated there, meaning this practice strongly encourages divergence between documentation and function due to the added workload required to maintain it.

    So no, this is terrible advice and it should be followed by no one.

    Please refer back to your third word.
  • 2
    @Root thanks for writing down my thoughts lol
  • 0
    @numb3rs
    Well, you said it
Add Comment