-
Recent Posts
Recent Comments
- Some Dude on Thoughts on Hiring Developers
- FluentNhibernate: map byte enum as char | trouble86.com on Mapping Strings to Booleans Using NHibernate’s IUserType
- Adriana on Creating a Silverlight Layout Panel
- Jay Tuley on Fluent Silverlight – Auto Wiring INotifyPropertyChanged
- Kelly on Thoughts on Hiring Developers
Archives
Categories
Meta
Category Archives: Patterns
Refactoring towards a DRY, fluent interface
But I (Jesus) say to you, love your enemies, bless those who curse you, do good to those who hate you, and pray for those who spitefully use you and persecute you — Matthew 5:44 Problem In my current project, I … Continue reading
Also posted in Uncategorized
3 Comments
Template Delegate Pattern
This post was originally published here. I’ve had to use this pattern a few times, most recently in Behave#. It’s similar to the Template Method pattern, but doesn’t resort to using subclassing for using a template method. Instead, a delegate … Continue reading
What does maintainability mean to you?
Sometimes in my discussions with other developers, we have to agree to disagree on certain things. One recent topic was that of maintainability, in regards to the size of classes/methods and project structures. I find it curious that some developers believe a … Continue reading
Also posted in Uncategorized
21 Comments
Unit Testing NHibernate DALs – What Are You *Really* Testing?
Someone new to NHibernate recently asked me how to unit test their data access layer which uses NHibernate. I’ve already sent him my thoughts on it, but figured it may make for a good blog post to get some of the … Continue reading
Also posted in Uncategorized
8 Comments
Creating Composite View Components In MonoRail / Refactoring Exercise
In a previous post, I showed some examples of how to create custom view components in MonoRail and touched on the ability to create composite view components. Since then I’ve refactored towards the use of interfaces which I think is a cleaner approach, … Continue reading
Also posted in Uncategorized
1 Comment
