I'm starting this blog mostly as a sort of personal reference - a place where I can put down my thoughts and, most importantly, solutions to problems that I encounter in my adventures in development. I've been meaning to do this for a while, but haven't had anything significant to post. This is mostly intended for me, but if there are others out there who find my solutions helpful, then I'm glad to help out my fellow devs.
Now for some testing of code blocks.
// Comment public class Testing { public Testing() { } public void Method() { /* Another Comment on multiple lines */ int x = 9; } }
0 comments:
Post a Comment