Categories
Personal

Old games online

Ah, brings back memories. Heaps of old games to play online here.

Categories
Development

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.

Categories
Personal Web

WordPress 2.0, not code friendly

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. 🙂