-
Recent Posts
Recent Comments
Archives
Categories
- activesupport.net
- alt.net
- automation
- bash
- bdd
- binsor
- blogging
- blueprint
- boo
- books
- build
- bundler
- c#
- c# patterns mvp
- cancan
- capistrano
- castle
- commerce server
- communication
- community
- compass
- cucumber
- deployment
- devise
- domain-driven design
- factory_girl
- firefox
- git branch-per-feature
- haml
- jquery
- mbunit
- microprenuer
- mongodb
- mongoid
- monorail
- mstest
- nant
- nbehave
- nhibernate
- nspec
- osx
- patterns
- personal
- podcasts
- presentations
- productivity
- projects
- rails
- refactoring
- resharper
- reviews
- richmond dnug
- rspec
- rstakeout
- ruby
- rvm
- sass
- screencast
- screencasts
- scriptaculous
- steak
- subtext
- tales from the smelly side
- tdd
- terminal
- testing
- tools
- Uncategorized
- usability
- virtual teams
- vlad the deployer
- web
- windsor
- wordpress
- working from home
Meta
Category Archives: patterns
Unit testing MonoRail controllers – Redirects
When developing with MonoRail, one of the common operations is to redirect to other controllers and actions. Originally, I looked at the BaseControllerTester to help test, but it required a little too much knowledge of the inner workings of MonoRail … Continue reading
Intention-concealing interfaces: blob parameters
When someone is using your code, you want your code to be as explicit and easy to understand as possible. This is achieved through Intention-Revealing Interfaces. Evans describes the problems of opaque and misleading interfaces in Domain-Driven Design: If a developer … Continue reading
Principles and Patterns over Tools and Frameworks
It’s interesting to see what other developers value and/or what topics they are interested in regarding the development of software. I’m going to start doing some internal presentations and live coding sessions at my company for my fellow consultants. I’ve … Continue reading
Also posted in refactoring, tools
6 Comments
Specifications versus validators
Joe posed a great question on my recent entity validation post: I question the term Validator in relation to DDD. Since the operation of the Validator seems to be a simple predicate based on business rule shouldn’t the term Specification … Continue reading
Entity validation with visitors and extension methods
On the Yahoo ALT.NET group, an interesting conversation sprung up around the topic of validation. Entity validation can be a tricky beast, as validation rules typically depend on the context of the operation (persistence, business rules, etc.). In complex scenarios, … Continue reading
RE: Technology Brainstorm
(Because I often get tired of writing my verbose comments in a 300×300 text box…) Colin seems to find himself in a pretty good spot. The wonderful world of Greenfield development. But of course with this comes…decisions. MVC or Web … Continue reading
Also posted in castle, domain-driven design, monorail
1 Comment
RE: Presentation Model Question
I’ve been working on an end to end example using MonoRail (I know, just get it posted Joey!) that can demonstrate one way this can be implemented and JP has given me the green light to get it posted even though he’s … Continue reading
Also posted in domain-driven design, nhibernate, refactoring
7 Comments
My First Interview (that I have given)
Today I was asked to give a technical interview to a candidate which is kind of a new thing for me. He had already been screened on the “what’s an abstract class and how do you do <insert something here /> … Continue reading
Also posted in c#, personal, tdd
Leave a comment
NBehave Experiment: MonoRail Controllers & Rhino Mocks
…whoever keeps His word, truly the love of God is perfected in him. By this we know that we are in Him. — 1 John 2:5 Well I decided it was finally time I took a look at NBehave as … Continue reading
Building the often needed anti-corruption layer
The fear of the LORD is the beginning of knowledge, But fools despise wisdom and instruction. — Proverbs 1:7 “Agile Joe” and I were chatting about the challenges of building on top of existing application platforms, specifically ones like Microsoft … Continue reading
Also posted in commerce server, domain-driven design, monorail
4 Comments
