Matthew Podwysocki's Blog
Architect, Develop, Inspire...
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ALT.NET
AOP
ASP.NET
Axum
C#
Concurrency
Conferences
DBC
DDD
Domain Specific Languages
DSLs
Dynamic Language Runtime
Erlang
Event-based Programming
F#
Frameworks
Functional Programming
Haskell
HPC
JavaScript
Microsoft
NOSQL
Off Topic
OOP
Reactive Framework
Ruby
Spec#
TDD/BDD
Tools
User Groups
Visual Studio
Web Development
Sponsors
advertise here
News
Subscribe in a reader
Follow me on Twitter
View my Facebook
View my LinkedIn Profile
Disclaimer
The views expressed on this weblog are mine and do not necessarily reflect the views of my employer.
All postings are provided "AS IS" with no warranties, and confer no rights.
Badges
Navigation
Home
Blogs
Archives
November 2009 (1)
October 2009 (6)
September 2009 (7)
August 2009 (7)
July 2009 (3)
June 2009 (8)
May 2009 (10)
April 2009 (10)
March 2009 (11)
February 2009 (6)
January 2009 (9)
December 2008 (6)
November 2008 (8)
October 2008 (13)
September 2008 (11)
August 2008 (9)
July 2008 (8)
June 2008 (10)
May 2008 (13)
April 2008 (23)
March 2008 (26)
February 2008 (24)
January 2008 (5)
Blogs I Follow
Jeremy Miller
Dave Laribee
Greg Young
ScottGu
Scott Hanselman's ComputerZen.com
Haacked
IUnknown
Coding Horror
Mailing Lists
altdotnet
DomainDrivenDesign
Refactoring
CLI DEV
Behavior Driven Development
Test Driven Development
User Groups
DC ALT.NET
Philly ALT.NET
Pittsburgh ALT.NET
CapArea.NET
RockNUG
CMAP
Washington DC XP Users Group
NoVA Ruby User Group (NoVARUG)
January 2009 - Posts
2
Comments
Functional Programming Unit Testing – Part 7
by
podwysocki
In the previous installment in this series, I covered how you can use type classes to implement operators to allow you to do such things as approximate equals for floating point calculations, so that you could run QuickCheck property tests with relative...
Filed under:
TDD/BDD
,
F#
,
Functional Programming
,
Haskell
6
Comments
Much Ado About Monads – Maybe Edition
by
podwysocki
In the past I’ve extensively talked about creating monads, but not as much more around them in terms of why you might use them and what problems they are trying to solve. Since that time, I’ve been challenged by others to actually prove not only that...
Filed under:
C#
,
F#
,
Functional Programming
,
Haskell
0
Comments
Functional Programming Unit Testing – Using Type Classes
by
podwysocki
I wanted to take a brief sidebar from the refactoring conversation that I’ve been having in the past couple of posts, and focus on QuickCheck again. In the next post, I’ll get back to refactoring with HLint. In this post, I want to talk about using type...
Filed under:
TDD/BDD
,
F#
,
Functional Programming
,
Haskell
0
Comments
[ANN] DC ALT.NET Meeting 1/28/2009 – Selenium + FitNesse
by
podwysocki
The January meeting of DC ALT.NET will be held on the 28th from 7-9PM. This month, we’re having Jay Flowers talk with us about web testing with Selenium and FitNesse . This is a great follow-on conversation to the conversation with John Morales on Selenium...
Filed under:
TDD/BDD
,
ALT.NET
,
User Groups
,
ASP.NET
10
Comments
How would the CLR Be Different?
by
podwysocki
UPDATED: Added improved generics with higher-kinded polymorphism There was a good discussion on Twitter a couple of nights ago that arose due to some issues that with an expression that might return a value, or might not (void) and how you handle them...
Filed under:
Spec#
,
.NET
,
Microsoft
0
Comments
Functional Programming Unit Testing - Part 6
by
podwysocki
In the last installment in this series, we talked about separating the side effecting code from the pure functions. I gave examples in both Haskell and F# to accomplish this goal, although with Haskell it’s more intuitive due to encapsulating the side...
Filed under:
TDD/BDD
,
F#
,
Functional Programming
,
Haskell
4
Comments
2008 – The Year that Was
by
podwysocki
I know if I were to do a retrospective, it should have been last week, but now is as good a time as any. 2008 was a busy year for myself that I managed to challenge myself and push myself in many different ways. From joining CodeBetter to speaking at...
Filed under:
ALT.NET
,
Off Topic
0
Comments
[ANN] The Real World Haskell Book Club Starts 1/5/2009
by
podwysocki
Just as a reminder, the Real World Haskell book club starts on 1/5/2009 at 2000 hours EST (0100 GMT). This group is intended to be an online group that holds sessions weekly on Mondays to discuss the book but as well to create some hacking projects along...
Filed under:
User Groups
,
Functional Programming
,
Haskell
1
Comments
Functional Programming Unit Testing - Part 5
by
podwysocki
In the last installment in this series, we talked about code coverage, what they are, and how you should use them. I gave examples in both Haskell and F# to accomplish this goal. One thing we've touched briefly in this conversation is around refactoring...
Filed under:
TDD/BDD
,
F#
,
Functional Programming
,
Haskell
More Posts