i dl'd it the other day. need to spend some time in it
8/27/2009 9:40:40 AM
I can't wait to be able to show off the stuff I worked on
8/27/2009 1:30:19 PM
If you work on VS, then there's something that SERIOUSLY needs fixing.Open up a VB project and type:
If True Then Debug.Print()
If True Then < cursor is hereEnd IfDebug.Print()
With Debug{Insert line break here}.Print()
With Debug < cursor is hereEnd With.Print()
8/27/2009 8:47:56 PM
blah blah blah
8/27/2009 8:58:24 PM
you can fix that serious problem by using C#
8/27/2009 9:01:31 PM
C# can blow me. It compiles to the exact same IL. I like programming languages with words in them and putting {}'s everywhere is annoying because I hardly ever hit them otherwise.]
8/27/2009 9:21:35 PM
NO, YOU CAN BLOW YOURSELF, SIR.
8/27/2009 9:46:22 PM
What do you think I'm doing right now?!
8/27/2009 10:06:01 PM
trying to blow yourself and then finding out your cock is too small to reach?
8/27/2009 11:19:06 PM
8/28/2009 1:25:46 AM
I have written literally millions of lines of code in VB, and never once found a problem with the auto-formatter that I considered a bug.
8/28/2009 8:39:43 AM
oh hell yeah, i use that line all the time it's not a bug...it's a feature!
8/28/2009 9:12:22 AM
Warning: WORDS. In this post I try to elaborate on why this behavior causes a problem and the fact that the C# formatter does not fuck up your code in the exact same situation. If there is a simple way to turn a single-line statement into a block in VB without cutting and pasting code, let me hear it.
8/28/2009 10:24:51 AM
8/31/2009 11:37:38 PM