Archive for the ‘continuous-integration’ tag
Hitler Does Agile — Are You ?
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:
Roy Speaks about Agile Practices
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.