I\'m just about to finish a marathon 9 month project-- a web app with over 70k lines of code.Problem is I hardly used comments, never used javadoc, and never kept any goo开发者_StackOverflow中文版d do
I heard that a heavily commented script runs slightly slower than a non-commented one. Is it true? Did anyone test this? (like how开发者_开发技巧 much slower is it in percentages)Commenting will not
I want to remove all single line comments 开发者_开发百科(eg //comments) from my code using regular expression.
I\'m looking for a pattern to extract a string left of a c++ comment and the comment itself. The problem is, the left side can contain a single slash as well.
I can\'t get my regex to match the header of a c# code file. I basically want need to return the header if it exists.
I am using 4 Custom Post Types each having this kind of declaration: register_post_type( \'texts\', array(
I\'m struggling with a very simple problem. The facebo开发者_JAVA百科ok documentation, as always, didn\'t give me enough explanation.
I\'m trying to add a comments component to a bug tracking application using django. I have a text field for comments and a by field--auto-propagated by user id.
Hello i want to know how i can show how many \"comments\" there is posted in a \"topic\" i have made this
th开发者_运维知识库e patern is like so /* comment [comment goes here] */ /* comment please do not delete the lines below */