Skip to content

Tag Archives: declarative-programming

Writing better code: it’s imperative that you are declarative

21-Mar-10

Most C# developers are very familiar with writing imperative code (even though they may not know it by that name). In this article, I will introduce you to an alternative style of programming called declarative programming. Proper declarative code is easier to read, understand, and maintain. As professionals, we should be striving to write better [...]