Top things I do on every software project
Every software project is particular and has its own features, but in general there are things that are common across the industry! In this post I would like to mention things that in my...
Every software project is particular and has its own features, but in general there are things that are common across the industry! In this post I would like to mention things that in my...
Agile / Programming / Uncategorized
by Zoran Maksimovic · Published September 11, 2012 · Last modified September 24, 2012
TypeMock is offering a free Webinar around Test Driven Development. Everyone can register by following this url: http://www.typemock.com/test-driven-development-sept. Registration is closing on 12th of September 2012, so hurry up. In case you are not...
Recently I have written an article about how to wait for two threads to finish. The technique described in the article can be perfectly used when writing unit tests for asynchronous methods, especially for...