Posted on 02 June 2010 by Alexander Viken
From the bag-o-goodies that the 2010 NDC conference agenda provides, it’s been a real challenge to pick sessions.
I hope for post conference video release of all sessions like they did last year. It will certainly bring some piece of mind thinking of all the sessions i’ll miss out on.
I´ve already posted my first day and second day agenda and it´s now time to pick my top selection for the third day. Day three will mostly be filled with the hotshots of software development and agility
9:00 – 10:00: The three laws of TDD with Robert C. Martin Continue Reading
Posted on 19 June 2009 by Alexander Viken
Morning glory
Day two of NDC begins as a rainy day, but i am looking forward to getting out to Telenor Arena, Today the topics starts with issues i really care about – Test Driven Development and Unit Testing of code.
It´s a proven, working concept that increases code quality and it saves you a whole lot of money. Something that should make the TDD argument extremely easy to sell to your manager. Added benefit here is that your customer will find less errors and bugs, this makes them happy and more prone to ask for more functionality and upgrades.
Understanding Test Driven Development with Roy Osherove
This was a level 100 session so it was a basic intro to unit testing and TDD. If you are new to unit testing and TDD principles you should have been there. Some advice on your way as a happier coder; You should learn unit testing first, and when you know how to write tests and use unit testing frameworks you start using Test Driven Development as a development method. This makes it a lot easier for you as a developer. Also, only write tests for public methods that contain logic. Code that has public accessors and contains if statements, switches and loops etc, there is no value in testing the rest in a unit test. Continue Reading
Posted on 17 June 2009 by Alexander Viken
The NDC 2009 starts today and in lack of mobile technology content i have decided to go for more general topics than tech specific sessions.
Conference introduction
The conference opens at 8am with registration, and you have a hour to roam around before everything starts. Im looking at the exhibitions at Telenor Arena and must give kudos to the site, I like this place a lot better than last year at the SAS hotel.
At 8:45 the conference kicks off with a lot of noise, Hip Hop music and a short introduction by the director of Programutvikling AS. She introduces Robert C. Martin for his keynote, that starts with a lesson on biology and history and makes the transition over to software development and testing.
This speak should be force fed to mangers, not developers – it is not developers that are responsible for the lack of testing in the software industry – it is the mangers that does not for some unknown reason see the value in it. But then again, if we as developers just did it, just included the time it takes to do the tests in our estimates we just might get it to work, and your manager can give their own shoulder a pad and say that they thought their developers well.. Continue Reading