A comment is a programming language construct used to embed non-compiled, programmer-readable annotations in the source code of a computer program.
If so, what is your policy on doing so? Do you claim copyright/trade secret for ALL source code files …
comments copy-protectionI am developing a web application that can support threaded comments. I need the ability to rearrange the comments based …
performance database-design comments query-optimization table-structureI'm playing around with PHPDoc and have realised that you can use markdown to add some formatting to a DocBlock. …
php documentation comments markdown phpdocI am aware of the method of making them warnings, but I want to keep my legit warnings separate from …
xcode comments todoAssuming that MACRO is not defined, are these equivalent #ifdef MACRO Not valid C or C++ code #endif /* Not valid …
c comments c-preprocessor conditional-compilationI have three products listed on a single page and I'm looking to add a small comment box to the …
facebook comments xfbmlI'd like Visual Studio to list all lines having "TODO: " in their beginning (usually after a comment sign which may …
visual-studio visual-studio-2010 comments todo