Been running around fixing my tickets for The Serverside Symposium Las Vegas the last days. Stopping by San Francisco on the way, going to be an excellent trip. It’s a good thing they’re holding another one in Barcelona though. Shorter, cheaper travel with a lot less jetlag should make it a very good option.
Category: Tech
All about technology
Fowler on fluent interfaces
I’m a big fan of Eric Evans book Domain Driven Design and so is Martin Fowler. As I was reading his FluentInterface article I also stumbled upon his explanations of Evans classifications within the domain model. It’s a good explanation of some of the basics for Evans DDD.
The fluent interface article is intriguing too. As Fowler points out it has it’s advantages and disadvantages. I’m not quite convinced it’s easier to read though, even though it’s closer to the domain language. It sort of resembles the query language for TopLink expressions. It’s not always the easiest thing to read, but maybe it is just a matter of mindset.
So it’s been a couple of days since I upgraded to WordPress 2.0. Nothing really big, a bit slicker admin interface. WYSIWG editor and integrated spam plugin. I tried posting some code today though, and it all went bananas. Even the “edit HTML source” didn’t help since it removes < and > signs in between. I don’t want to need to translate all those. Not very code friendly at all. I’ll have to try to dig up some plugins/improvements.
Check out how seamless the switch between WYSIWG and WikiMarkup is in Confluence. I miss that. 🙂