Alex Kafer • about 12 years ago
Whats best? Commented code || Clean code
Hello,
I am just putting my final touches on my submission and I began to ask myself how the code should look when submitted.
Is their any bonus/merit to well documented/explained code or is it best worth our time to leave that to the explanation video?
Will someone be docked "points" if a block of code is not documented/explained and looks too confusing for the judge for whatever reason?
My reason for the question is whether or not I should go through my code and explain it using inline comments.
Thank you for your time!
Can't wait to see all the submissions!
Comments are closed.

1 comment
Reynold Schweickhardt Manager • about 12 years ago
I would say that commented code would be better to make sure that the reader can follow the design of the program.