AgileSoftwareDevelopmentInPractice
AgileSoftwareDevelopmentInPractice copied to clipboard
Accompanying source code examples for my "Agile Software Development in Practice" lectures available on Slideshare
Agile Software Development in Practice
This projects contains the source code examples accompanying my "Agile Software Development in Practice" lectures available on Slideshare: http://www.slideshare.net/BjrnKimminich/agile-software-development-in-practice
Installation
- Checkout project and import into IDE of your choice
- Declare the
srcfolder as source folders of the IDE project - Add all libraries in
/examples/liband its subfolders to the IDE project's classpath - Done!
How is this project organized?
de.kimminich.agile.demossource code required for the live demonstrationsde.kimminich.agile.examplessource code snippets and examples as presented on the lecture slidesde.kimminich.agile.exercisessource code required for doing the exercisesde.kimminich.agile.solutionssample solutions for the demos and exercises[1]
[1]: The sample solutions are in no way considered perfect. They are not even the only valid solution for an exercise. Please feel free to submit proposals for new or improving any existing sample solution as a pull request!