An open API service indexing awesome lists of open source software.

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

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!

[![Build Status](https://travis-ci.org/bkimminich/AgileSoftwareDevelopmentInPractice.svg)](https://travis-ci.org/bkimminich/AgileSoftwareDevelopmentInPractice)