Liam McLennan
3 posts.
- JavaScript Class Patterns – In CoffeeScriptRecently I wrote about JavaScript class patterns, and in particular, my favourite class pattern that uses closure to provide encapsulation. A class to represent a person, with a name and an age, lo…
- JavaScript Class PatternsTo write object-oriented programs we need objects, and likely lots of them.
- How to use the Moq mocking libraryMoq is yet another .NET mocking library, similar to Rhino mocks, NMock, TypeMock etc. It is a nice library but the documentation is lacking. The purpose of this post is to demonstrate a simple way …
