Category: General Discussion
-
What is that garbage on your closing brace?
You may have noticed that when I close a block in my code, regardless of the language, I put a comment on the closing brace, like so: Why do I do this? It was a trick taught to me by my original mentor and, simply it shows what the closing brace closes. When I programmed…