0%

ALL meanings of comment

com·ment
C c
  • verb comment If you comment on something, you give your opinion about it or you give an explanation for it. 3
  • variable noun comment A comment is something that you say which expresses your opinion of something or which gives an explanation of it. 3
  • singular noun comment If an event or situation is a comment on something, it reveals something about that thing, usually something bad. 3
  • noun comment a remark, criticism, or observation 3
  • noun comment talk or gossip 3
  • noun comment a note explaining or criticizing a passage in a text 3
  • noun comment explanatory or critical matter added to a text 3
  • verb comment to remark or express an opinion 3
  • verb comment to write notes explaining or criticizing a text 3
  • noun comment a note in explanation, criticism, or illustration of something written or said; annotation 3
  • noun comment such notes collectively 3
  • noun comment a remark or observation made in criticism or as an expression of opinion 3
  • noun comment talk; chatter; gossip 3
  • intransitive verb comment to make a comment or comments (on or upon); make remarks 3
  • verb transitive comment to make comments on; annotate 3
  • noun Definition of comment in Technology (programming)   (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 code with too many comments is also bad, 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 doesn't need much of it. Comments that explain why something is done and how the code relates to its environment are useful. 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 = open(input_file, O_RDONLY); (2007-02-19) 1
  • noun comment remark 1
  • noun comment annotation, note 1
  • intransitive verb comment make remarks 1
  • noun comment Express (an opinion or reaction). 1
  • noun comment a remark, observation, or criticism: a comment about the weather. 1
  • noun comment gossip; talk: His frequent absences gave rise to comment. 1
  • noun comment a criticism or interpretation, often by implication or suggestion: The play is a comment on modern society. 1
  • noun comment a user response to published content on the Internet, written in a designated “Comments” section, often below the published content: There were many online comments criticizing the author. 1
  • noun comment a note in explanation, expansion, or criticism of a passage in a book, article, or the like; annotation. 1
  • noun comment explanatory or critical matter added to a text. 1
  • noun comment Also called rheme. Linguistics. the part of a sentence that communicates new information about the topic. Compare topic (def 4). 1
  • verb without object comment to make remarks, observations, or criticisms: He refused to comment on the decision of the court. 1
  • verb without object comment to write explanatory or critical notes upon a text. 1
  • verb with object comment to make comments or remarks on; furnish with comments; annotate. 1
  • noun comment A spoken remark. 0
  • noun comment (programming) A remark in source code which does not affect the behavior of the program. 0
  • verb comment (Transitive Verb) To remark. 0
  • verb comment (Intransitive Verb) (with "on" or "about") To make remarks or notes. 0
  • verb comment (Transitive Verb) OBS To comment or remark on. 0
  • verb comment (Transitive Verb) (software) To insert comments into (source code). 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?