Events2Join

Best comment in source code you have ever encountered


What is the best comment in source code you have ever encountered?

I say this: never gonna give you up, never gonna let you down, never gonna run around and desert you. Never gonna make you cry, never gonna say goodbye.

What is the best comment in source code you have ever encountered?

The only comment in the entire file appeared after the 200 variables and just before a giant loop that was the core logic of the entire program.

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

The very best comment ever was made in HTML source, fully viewable to anyone who chose to read the code. I call it “The Cerny Effect”. Under the ...

What is the best comment in source code you have ever encountered?

518 Answers 518 · Not really...that would cause a overflow or something, no? – mpen · 26. This code scares me on several levels. · Hey, I wrote ...

What is the best comment in source code that you have ... - Medium

What is the best comment in source code that you have ever encountered? ... What a great question! ... This comment is both amusing and relatable.

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

> The counterargument is that code should be self-documenting. If code is complicated enough to need comments, refactor it. Behavior should be ...

What is the best comment in source code you have ever encountered?

OT but worth repeating. All quotes from a coder I worked with years ago... 1. "That's funny, it works OK here!" 2. "It's not supposed to do that." 3.

Best comments encountered in Source Code - LinkedIn

Dev lead/ Principal engineer ... // I dedicate all this code, all my work, to my wife, Darlene, who will // have to support me and our three ...

What is the best comment in source code you have ever encountered?

SO: "What is the best comment in source code you have ever encountered? Source: www.reddit.com. I had this horrendously long .php -file ...

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

I came across a similar question to every programmer's virtual residence - StackOverflow.com Here are some of the best ones: 1.

What is the best comment in source code you have ever ... - 守株阁

What is the best comment in source code you have ever encountered? [closed]. Created 2021-12-13 |Updated 2023-09-06. |Word Count:13|Reading Time:1mins|Post ...

Nerd on - "What is the best comment in source code you... | Facebook

"What is the best comment in source code you have ever encountered?" // just trust me.

What is the best comment in source code you have ever encountered?

http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered · Preview · Tags · Users · Comments and Reviewsshow / ...

Best practices for writing code comments - The Stack Overflow Blog

If you're like most programmers, you sometimes use code that you find online. Including a reference to the source enables future readers to get ...

8 Types Of Source Code Comments

These are the worst type of comments you can find in a source code repository. They normally exist because some developer was testing out a ...

What's the best Open Source code you've ever seen? [closed]

I think that contributors will work on the parts that the leaders emphasize. In the case of NoRM, that was Tests, Comments, and Idiomatic (to c ...

Learn With Santosh on X: "What is the best comment in source code ...

What is the best comment in source code you have ever encountered?

This was an answer to the StackOverflow question, "What is the best ...

This was an answer to the StackOverflow question, "What is the best comment in source code you have ever encountered?"

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

Programming - Commenting

Any "tricky" code where it is not immediately obvious what you are trying to accomplish, should have comments right above it or on the same line with it. How ...