Browse by Tags

All Tags » F# » C# » Spec# (RSS)

Static versus Dynamic Languages - Attack of the Clones by podwysocki

Very recently there has been an ongoing debate between static and dynamically typed languages. Since it seems that there has been some Star Wars references, I thought I'd add my own. I originally wanted to cover this as part of the future of C#, but I...
Filed under: , , ,

What Is the Future of C# Anyways? by podwysocki

It was often asked during some of my presentations on F# and Functional C# about the future direction of C# and where I think it's going. Last night I was pinged about this with my F# talk at the Philly ALT.NET meeting. The question was asked, why bother...
Filed under: , , ,

Command-Query Separation and Immutable Builders by podwysocki

In one of my previous posts about Command-Query Separation (CQS) and side effecting functions being code smells, it was pointed out to me again about immutable builders. For the most part, this has been one area of CQS that I've been willing to let break...
Filed under: , , , ,

Side Effecting Functions are Code Smells by podwysocki

I know the title might catch a few people off guard, but let me explain. Side effecting functions, for the most part, are code smells. This is a very important concept in Domain Driven Design (DDD) that's often overlooked. For those who are deep in DDD...
Filed under: , , ,

DSLs, Compilers and the Irony of it All by podwysocki

In a previous post, I posted about the Lang.NET symposium and rolling your own compiler. I cited an MSDN article that was a good starter for someone interested in writing that new language in .NET we've all been waiting for. It's not by any means to get...
Filed under: , , ,
More Posts