|
|
|
|
|
by nrzuk
4343 days ago
|
|
Personally I have no problems with comments in code for complex functions etc.
But pointless comments like this below drives me insane. // get the user
$user = $this->getUser(); Times that by the thousands of lines in a project and you have one big headache! |
|
I hope you have a problem with complex functions. (They should be made as simple as possible).