f.ben.isaac
March 26th, 2009, 03:09 PM
I do not have experience in working with a group. However, i love to comment my code in a way that other developers can understand it, but i do not use such application, Doxygen. All my comments are inside the source code. Is there something wrong with this? or I have to use Doxygen? If apply for a job will they consider whether i used Doxygen or not?
Assuming the code is open source, i do not care who reads it...
What i believe: The rule of thumb is to make sure the reviewer should decipher it. Make sure you are writing code comments based onn "why-is-this?" rather than "what-it-is?".The comment should be precise. Fix me if i'm wrong
Assuming the code is open source, i do not care who reads it...
What i believe: The rule of thumb is to make sure the reviewer should decipher it. Make sure you are writing code comments based onn "why-is-this?" rather than "what-it-is?".The comment should be precise. Fix me if i'm wrong