https://github.com/bkimminich/agilesoftwaredevelopmentinpractice
Accompanying source code examples for my "Agile Software Development in Practice" lectures available on Slideshare
https://github.com/bkimminich/agilesoftwaredevelopmentinpractice
agile-development clean-code legacy-code refactoring sustainable-software tdd test-driven-development
Last synced: 12 months ago
JSON representation
Accompanying source code examples for my "Agile Software Development in Practice" lectures available on Slideshare
- Host: GitHub
- URL: https://github.com/bkimminich/agilesoftwaredevelopmentinpractice
- Owner: bkimminich
- Created: 2013-07-04T13:59:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T13:16:24.000Z (about 9 years ago)
- Last Synced: 2025-03-24T03:11:32.289Z (about 1 year ago)
- Topics: agile-development, clean-code, legacy-code, refactoring, sustainable-software, tdd, test-driven-development
- Language: Java
- Homepage: http://www.slideshare.net/BjrnKimminich/agile-software-development-in-practice
- Size: 5.1 MB
- Stars: 10
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Checkout project and import into IDE of your choice
2. Declare the ```src``` folder as source folders of the IDE project
3. Add all libraries in ```/examples/lib``` and its subfolders to the IDE project's classpath
4. Done!
## How is this project organized?
* ```de.kimminich.agile.demos``` source code required for the live demonstrations
* ```de.kimminich.agile.examples``` source code snippets and examples as presented on the lecture slides
* ```de.kimminich.agile.exercises``` source code required for doing the exercises
* ```de.kimminich.agile.solutions``` sample 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!
[](https://travis-ci.org/bkimminich/AgileSoftwareDevelopmentInPractice)