"... most good code bases are actually fairly boring. That is pretty much the definition of a good codebase..."
Source.
Good luck!
Seems rather easy, isn't it?



I've finally managed to reread some of old Udi's articles and suddenly realized that following few lines are the best explanation of what ESB is all about, ever.
Asynchronous message passing over queues. It’s really quite simple.
Once you’ve packaged everything into the message, that message can be dynamically routed anywhere, and so can its responses. The application doesn’t need to bind against any specific endpoint—it just drops a message addressed to some logical location. Infrastructure can make sure that messages get to the logical recipient, even if they change physical locations.
With tools like git, NServiceBus, RoR and the rest, life seams to be better then ever.
As you might already guessed, I am currently in a process of discovering two technologies I had no experience with before.