Category

Language

69 articles found

SP
Best Practices

Do We Need If Blocks?

I’ve been contemplating this for a while now.  I thought I would finally write on the subject and see what…

SP
Algorithms

The Power of Func<>

I remember why I love C#. After spending the last two years or so writing mainly Java code, getting back…

antlr editor for an external DSL
Cool Stuff

Internal DSL Becomes External DSL

Lately I have been working on creating a language for automated testing to allow for even easier syntax than that…

SP
C#

Static Methods Will Shock You

I’ll be frank.  I don’t like static methods.  They make me cringe.  In the universe of OO static methods are…