K
Kan D.
Hey there everyone
Question
What is the best way to use comment/document in plain english what we do
within the modules
Should the top of each module read something like this? ---
'Developed by: so and so
'Date: month, year
'Summary: brief explanation of object
And then the first line in each Sub should read something like this? ---
'Summary: brief explanation of procedure/function
And, of course, leaving the comments above lines that are difficult to
grasp, as an aid to the developer as well as the person trying to decipher
it (at a later date, this to roles may/may not involve the same person)
Sound like the right way to use comments?
Please suggest
Kan
Question
What is the best way to use comment/document in plain english what we do
within the modules
Should the top of each module read something like this? ---
'Developed by: so and so
'Date: month, year
'Summary: brief explanation of object
And then the first line in each Sub should read something like this? ---
'Summary: brief explanation of procedure/function
And, of course, leaving the comments above lines that are difficult to
grasp, as an aid to the developer as well as the person trying to decipher
it (at a later date, this to roles may/may not involve the same person)
Sound like the right way to use comments?
Please suggest
Kan