meaning of comment

1. To make remarks, observations, or criticism; especially, to write notes on the works of an author, with a view to illustrate his meaning, or to explain particular passages; to write annotations; -- often followed by on or upon.
2.
To comment on.
3.
A remark, observation, or criticism; gossip; discourse; talk.
4.
A note or observation intended to explain, illustrate, or criticise the meaning of a writing, book, etc. ; explanation; annotation; exposition.
5.
comment Or "remark" Explanatory text embedded in program source or less often data intended to help human readers understand it. Code completely without comments is often hard to read, but too heavily commented code isnt much better, especially if the comments are not kept up-to-date with changes to the code. Too much commenting may mean that the code is over-complicated. A good rule is to comment everything that needs it but write code that doesnt need much of it. A particularly irksome form of over-commenting explains exactly what each statement does, even when it is obvious to any reasonably competant programmer, e. g. /* Open the input file */ infd = openinput_file, O_RDONLY;


Related Words

comment | comment out | commentaries | commentary | commentate | commentation | commentator | commentatorial | commentatorship | commented | commenter | commenting | commentitious |

Developed & Maintained By Taraprasad.com

Treasure Words