15,671,266 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Christ Kennedy (Top 12 by date)
Christ Kennedy
27-Aug-11 10:09am
View
Deleted
forgive my slow response(s) but if by 'ship the wrong code' you mean 'skip the wrong code' or 'snip the wrong code' i guess you could do that any way you make your comments. I like to use this comment/uncommenting scheme when i debug by inserting debugging code that i can easily comment out, but i'm sure there are a hundred different ways to use this idea for each programmer out there.
enjoy the code
Christ Kennedy
29-Mar-11 7:20am
View
Deleted
very convenient too! thanks for your vote and comment.
Christ Kennedy
3-Feb-11 7:53am
View
Deleted
I'm in the habit of using this method strictly for commenting/uncommenting debugging-code embedded in the rest of my code, specifically writing ///* debug_start -----debuggingCode----- // debug_stop */ and am therefore always careful not to have this scheme inside another like it. thanks for your comment.
Christ Kennedy
2-Feb-11 16:23pm
View
Deleted
works pretty good! thanks.
Christ Kennedy
2-Feb-11 16:22pm
View
Deleted
thanks.
Christ Kennedy
1-Feb-11 6:51am
View
Deleted
nice, eh!
Christ Kennedy
31-Jan-11 17:20pm
View
Deleted
great!
Christ Kennedy
31-Jan-11 17:19pm
View
Deleted
yep, i think you're right.
Christ Kennedy
31-Jan-11 12:50pm
View
Deleted
isn't it!
Christ Kennedy
24-Jan-11 10:52am
View
Deleted
glad you agree.
Christ Kennedy
24-Jan-11 10:51am
View
Deleted
really handy, I often add "debug-start" & "debug-end" if that segment is for debugging purposes only
///* debug - start
//*/ debug - end
Christ Kennedy
24-Jan-11 10:50am
View
Deleted
thanks, I use it all the time
Show More