Closed TheRedDaemon closed 3 years ago
Just a question outside the remarks: The @author statements... should I add them only to the functions I mainly wrote, or to the comments in general? Or is there a comment convention you would prefer? A general form basically? (Currently I am switching between (--) and (--[[ ]]--) comments quite liberally for example. That does not really feel right.)
Oh I was mainly talking about the functions you wrote. But it makes more sense that you add author to the comments that are about future ideas or potential issues!
Ok, added the requested stuff, including (at)author statements. (@author links to some github project... good name for traffic 😄 ) I would say, comments inside a function are assumed to be from the function author if not stated otherwise. Ready for next review.