My Links List

A list of links that I liked for some reason

Newer links at the top...

http://blog.james-carr.org/2006/11/03/tdd-anti-patterns/ [Dec 2, 2008] James Carr lists down the usual suspects in TDD land... things you shouldn't do and should spot as soon as possible

http://martinfowler.com/articles/injection.html [Aug 26, 2008] Martin Fowler lays down the law w.r.t. Inversion of Control/Dependency Injection

http://www.martinfowler.com/articles/mocksArentStubs.html#TheDifferenceBetweenMocksAndStubs[Feb 22, 2008] Martin Fowler defines mocks, stubs, etc - When is it a mock and not a stub ?

http://video.google.com/videoplay?docid=-5105910452864283694 [Jan 25, 2008]
Mary Poppendieck speaks at Google Tech Talks on Lean Software development. Nice summary of the underlying principles.

http://blog.wolfman.com/articles/2006/05/26/howto-format-ruby-code-for-blogs [Jul 25, 2007]
This one helps you to format ruby code for blog posts so that it looks pretty! And it's written in ruby. Awesome.

http://www.yoda.arachsys.com/csharp/threads/ [Nov 22, 2005]
This is where i learnt about threading in .NET. Just came back looking for this. So jotting it down.

http://www.ccs.neu.edu/research/demeter/related-work/extreme-programming/MockObjectsFinal.PDF [July 16, 2005]

A very nice paper on how using Mock Objects simplifies testing, improves design and induces the law of Demeter.

http://gigabyte-usa.com/Motherboard/Products/Products_7VM400M-RZ.htm [Sep 8 2005]Had a real hard time looking for their homepage.

http://www.theserverside.net/blogs/showblog.tss?id=TheArchitect [Aug 4, 2005]
This is a nice satire of the neverending incoherent tirade of the Architect in the Matrix; except that the piece is written such that the Architect is Bill Gates and the Matrix is Longhorn.. Vista!

http://www.25hoursaday.com/CsharpVsJava.html [July 20, 2005 12:28PM]

Interesting lil project. This one compares C# and Java w.r.t. what is different. I found that explicit interface implementation is not supported in Java. Notch 1 more to C# then...

http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/

This link is a tutorial to using CVS - a source control package.


No comments:

Post a Comment