Page 1 of 1

To People Who Read Zerted's Source Code

Posted: Sun Aug 16, 2015 5:48 pm
by [RDH]Zerted
For future reference when I'm working on other projects, how useful all are those comments I add? Do you ignore them? Can you not figure out the code without them? Too confusing or too simple? Etc... Can you give me some feedback on my coding style and comments?

Re: To People Who Read Zerted's Source Code

Posted: Sun Aug 16, 2015 5:56 pm
by Marth8880
I personally love seeing them there just in case I don't understand a part of the code, so I'd vote for keeping them there. :yes:

Re: To People Who Read Zerted's Source Code

Posted: Sun Aug 16, 2015 8:21 pm
by Noobasaurus
I'm a fan of them and I really like how in-depth most of them are.

Re: To People Who Read Zerted's Source Code

Posted: Mon Aug 17, 2015 4:49 am
by Anakin
"Good code doesn't need comments" Image

I like these comments often i just read the comments instead of code because it's just more easy. Keep them up

Re: To People Who Read Zerted's Source Code

Posted: Tue Aug 18, 2015 11:44 pm
by [RDH]Zerted
Thanks everyone.