freshJet Posted July 12, 2014 Report Posted July 12, 2014 I've noticed that it's rare to see internal commentary in module releases. Is this because no one likes it, or is it just that no one bothers? Quote
Tom Posted July 12, 2014 Report Posted July 12, 2014 "Internal commentary"? What do you mean by that? Quote
freshJet Posted July 12, 2014 Author Report Posted July 12, 2014 "Internal commentary"? What do you mean by that? Commenting in the code. Quote
Members Vangelis Posted July 12, 2014 Members Report Posted July 12, 2014 it is up to the coder me personaly if the code is too complicated i putt comment else not Quote
mseiwald Posted July 12, 2014 Report Posted July 12, 2014 I usually do not comment in the code unless its really much and complicated or at some specific spots to help me find them quicker. Quote
levicosta201 Posted July 12, 2014 Report Posted July 12, 2014 I also do not usually comment on my code, just the essentials! Quote
freshJet Posted July 12, 2014 Author Report Posted July 12, 2014 Of course it is good practice to, but it seems that several modules are lacking it. Quote
Sava Posted July 17, 2014 Report Posted July 17, 2014 I just comment parts of code that are a bit more complex or that I think I might not understand well later on when I look at it (ie. some nasty hacks that are later investigated to find a cleaner solution etc.) No use in commenting stuff like //adding two numbers together //verifying value is over 50 etc. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.