This post originated from an RSS feed registered with Agile Buzz
by Maruis Marais.
Original Post: RSpec specifications in C#
Feed Title: exceptionz
Feed URL: https://exceptionz.wordpress.com/feed/
Feed Description: Thoughts on Technology, Methodology and Programming.
Scott Bellware posted a very interesting article around using C# 3.0 Extension Method to create the same effect as Ruby Mixin to extend existing objects with new methods.
Basically, what I’m talking about is the ability to add a method to an object within a specific context without accessing the sourcecode. For example, add a ToCamelCase() [...]