Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » sfeldman.NET

Yearly Archives: 2008

Latest news from sfeldman.NET

  1. Test Helpers and Fluent Interfaces

    Nov 30, 2008

    Today was a great day. One of the things we do with the team is experiment how we write our test. Experimenting seems the most effective way of figuring out what should be our testing approach. At this point we are

    Tagged: agile, oo, tdd

  2. C# 3.0 + R# = Great Tests Readability

    C# 3.0 + R# = Great Tests Readability

    Nov 29, 2008

    C# 3.0 has introduced lots of great features to make our life easier and syntax sweeter. Lots of people talked about it already, and I am not scooping here anything new. What I do want to demonstrate, is how to make

    Tagged: tdd

  3. Depend Upon Abstractions - reiteration.

    Depend Upon Abstractions - reiteration.

    Nov 22, 2008

    I was reading through the book when combined several subjects together, such as "help tests" and "error handling", and realized that the core "Depend upon abstraction. Do not depend upon concretions." principle is

    Tagged: oo, tdd

  4. Clean Code - A Handbook of Agile Software Craftsmanship.

    Clean Code - A Handbook of Agile Software Craftsmanship.

    Nov 15, 2008

    I finally got a chance to get to the next book on my reading list. Highly recommended book. "Uncle Bob" not only has produced a quality book, but also has captured a significant amount of wisdom that helps to make

    Tagged: books

  5. NUnit vs. MbUnit

    Nov 12, 2008

    It's not a secret that I prefer certain tools/frameworks/applications over other ones. So is true with unit testing framework. My currently preferred one is MbUnit. My team was using NUnit so far, and honestly I

    Tagged: tdd