Ketan's Musings

Where he blogs about his eclipse musings

Archive for the ‘continuous-integration’ tag

Hitler Does Agile — Are You ?

without comments

Via this link which David pasted on IRC

Hitler doing agile with very few unit tests + no nightly build = no safetynet.

Unfortunately this is quite representative of how a lot of eclipse projects work (ducks to take cover).

Are you builds running in the same way ? Do you write tests before you write code or test manually ? Do you run all the tests before you check in ? Do you have <a href="any CI server to run your builds on a variety of platforms that you support ? Do your unit tests have enough of code coverage to give you the confidence to refactor ? Is your build reproducible on any machine (in less than 5 manual steps) ?

If you’re answering no to any of the above, then this video is for you:

Written by Ketan

February 20th, 2009 at 9:09 am

Posted in eclipse

Tagged with , ,

Roy Speaks about Agile Practices

without comments

From the article here by Roy.

Agile methodology intensely focuses on best practices such as iterative delivery, test-driven development, continuous integration, and agile testing which enables the developer to deliver high quality applications with unprecedented visibility of progress to customers.

Written by Ketan

August 7th, 2007 at 11:26 am