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

https://github.com/alvarogarcia7/marsrover-kata-java


https://github.com/alvarogarcia7/marsrover-kata-java

deliberate-practice dojo kata mars-rover maven mvn travis-ci

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Kata Mars Rover [![Build Status](https://travis-ci.org/alvarogarcia7/marsrover-kata-java.svg)](https://travis-ci.org/alvarogarcia7/marsrover-kata-java)

Taken from [Viktor Farcic, Jordi Falguera's blog](http://technologyconversations.com/2014/10/17/java-tutorial-through-katas-mars-rover/)

## Notes

* ``TODO.md`` has the to-dos
* on ``thoughts.md`` I write thoughts while developing

## Restrictions

* Limited use of refactoring tools in the IDE
* Strict TDD
* Baby steps