Author: admin

  • Robert C Martin on Craftsmanship and Ethics

    Found this video on http://www.infoq.com/presentations/craftmanship-ethics and wanted to have the sheets -in- the presentation itself so that I could show it to my collegue developers at work. Means I had to get the video from infoQ first (FireFox has a nice plugin for that), than do stuff with VirtualDub to the video that I grabbed…

  • Project references in DDD

    Designing a large application with Domain Driven Design (DDD) can give headaches when the number of projects in a solution grow. The more domain projects and accompanying services/repository-projects we have, the greater the chance that we (accidentally) reference a service-project from a domain project making that domain project dependent on the underlying database or ORM.…