Best comment in source code you have ever encountered
Coding standard for clarity: comment every line of code?
You'd want your code to be clean, self explanatory, and understandable to yourself in the future. Would you have a code review with yourself ...
Fighting Evil in Your Code: Comments on Comments - Simple Talk
One of the most glib generalisations you can make about development work is to say that code should be liberally commented, or conversely ...
The Best Code is No Code At All - Coding Horror
Rich Skrenta writes that code is our enemy. Code is bad. It rots. It requires periodic maintenance. It has bugs that need to be found.
A short comment on comments in the code - DEV Community
Programmers very often want to keep comments short and write them after writing the code. Because of that, the text can contain some mental ...
Comment (computer programming) - Wikipedia
In computer programming, a comment is a human-readable explanation or annotation in the source code of a computer program. They are added with the purpose ...
What is the Funniest Comment You've Ever Seen in Source Code?
What is the Funniest Comment You've Ever Seen in Source Code? User Name, Remember Me? Password ...
Funny Source Code Comments - Programming - Nairaland
I recently stumbled upon an awesome Stack Overflow thread, entitled "What is the best comment in source code you have ever encountered?". As you might have ...
Become a Better Developer by Reading Source Code - Steve Gordon
Yes, you should! The good news is, you're already doing this, day in day out when developing software. I've seen various statistics over the ...
On VB: The Pros and Cons of Commenting Your Code
Developers should comment their source code so that the code's intent is clear to the next developer or even to the same developer at a later ...
Good coders borrow, great coders steal - The Stack Overflow Blog
There will be some pieces of code that are going to show up in a project over and over ... An independent researcher found several instances where ...
Best Comments in Source Code Ever | Techie Delight
// · // 3.4 JeK My manager promised me a lap dance if I can fix this release · // 3.5 JeK Still waiting for that dance from my manager · // 3.6 JeK ...
เมื่อ Comment ใน code ไม่ใช่เรื่องเล่น ๆ !!
comment-00. จากคำถามใน Quora.com เรื่อง. What is the best comment in source code that you have ever encountered ? ว่าด้วยเรื่องการ comment ใน ...
Given I like reading Source Code by the fire with my smoking jacket ...
Absurd? Hardly. Nearly every programmer I've ever spoken to enjoys reading and discovering new code. I've been advocating that Developers need ...
The Most Hilarious Code Comments Ever - DataDrivenInvestor
* For the brave souls who get this far: You are the chosen ones, * the valiant knights of programming who toil away, without rest, * fixing our most awful code.
Comments in Code: Best Practices and 4 Mistakes to Avoid - Swimm
If you use code that you found online or unidiomatic code, include a link reference to the source in a code comment to help future readers. Similarly, if there ...
the rapidly dwindling sanity of valve programmers as ... - YouTube
understanding the code that sparked anger in valve's programmers ... The Simpsons Hit & Run Source Code Comments, Read by Comic Book Guy.
Please, don't commit commented out code - Kent C. Dodds
I've long held the opinion that the only thing that can tell you the truth about the code is the code. The instant you add a comment, it's out ...
Coding Without Comments - Coding Horror
While comments are neither inherently good or bad, they are frequently used as a crutch. You should always write your code as if comments didn't ...
Learn from Source Code (an Effective Way to Grow for Beginners)
We get to learn from others. Great source code is like a literary masterpiece. It offers enlightenment, not just information and knowledge. By ...
How to quickly and effectively read other people's code
how the body of code is organized (where variables are defined, where different types of functions are located, etc.) · the person's style of coding ...