Lein

Stories kicked by Lein

Getting rid of spaghetti code in the real-world: a Case Study(codebetter.com)

submitted by LeinLein(135) 3 years, 8 months ago

A case study of cleaning up entangled code by reducing dependencies. Tips of how to avoid more entangled code to be added. Plugs NCover. read more...

1 comment |category: |Views: 503

tags: another

Mocking the Linq To Sql DataContext(andrewtokeley.net)

submitted by sjclark76sjclark76(155) 3 years, 10 months ago

A generic solution to mocking the Linq To Sql DataContext and how you can test your linq queries against an in memory database. read more...

add a comment |category: |Views: 368

tags: another