Events2Join

What is the best comment in source code you have ever ...


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 ...

Funny Source Code Comments - Java Code Geeks

I recently stumbled upon an awesome Stack Overflow thread, entitled "What is the best comment in source code you have ever encountered?".

What is the Funniest Comment You've Ever Seen in Source Code?

It was also the one instruction in the whole module that had a comment on it. The comment was a single word -- "subtle". No-one ever dared ...

Best Comments in Source Code Ever | Techie Delight

/* · * Dear maintainer: · * · * Once you are done trying to 'optimize' this routine, · * and have realized what a terrible mistake that was, · * ...

Should you put TODOs in the source code? - Osedea

I've also experienced great TODOs that actually saved me time when I read them. In general, well-written comments can help you remember the context you need to ...

Comments | How to Write Code Professionally (With Code Examples)

» "Bro, do you even code?" https://teespring.com/stores/coding-tutorials-360 ▻ BOOK RECOMMENDATIONS ... get 1 share of stock valued between ...

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 ...

You should write a comment on every line of code - DEV Community

Every time I take the time to define something I think everyone knows, I tend to get a few thank you comments. Better yet, it just feels better ...

Become a Better Developer by Reading Source Code - Steve Gordon

If you read some code and dislike the style or you spot a functional flaw, that's fine. In doing so, you have identified a pattern or approach ...

A short comment on comments in the code | by Dominika Zając

And I still remember lecturers from my studies who tried to convince us that the good code should be commented to be readable for other ...

Comments in Code: Best Practices and 4 Mistakes to Avoid - Swimm

added to source code using a special syntax, which varies depending on the programming language in question. In many languages, comments are denoted by a ...

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 ...

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 ...

เมื่อ Comment ใน code ไม่ใช่เรื่องเล่น ๆ !!

somkiat July 1, 2016 Programming No comments. comment-00. จากคำถามใน Quora.com เรื่อง. What is the best comment in source code that you have ever encountered ...

Code Tells You How, Comments Tell You Why - Coding Horror

I found the comment above interesting, having worked on projects where the attitude was “Don't waste time on structure or commenting, do it at ...

Vent: Laravel source code comments - Laracasts

You don't have to write them. Laravel has better documentation and source code commenting than any tool I've ever used.

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 ...

Comment before or after the relevant code [closed]

I would either comment inline or before the code the comment should apply to. The sense of comments is to get some basic understanding what ...

Writing Comments in Python (Guide)

You can make life easier for yourself by commenting your own code properly. Even if no one else will ever see it, you'll see it, and that's enough reason to ...

C Comments - GeeksforGeeks

We can also create a comment that displays at the end of a line of code using a single-line comment. But generally, it's better to practice ...