Skip to content

daniel-lanciana/toy-robot-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brief

Partial Java port of project located at: github.com/daniel-lanciana/robot-demo

Comments

  • Command-line not web application

  • Framework created with Spring Boot (trying it out) using Java 8

  • BDD/TDD with JUnit4 and Mockito (decided against GroovyTests due to lack of IDE support). No DSL (spec) notation or Hamcrest matchers.

  • Enums instead of Array object patching

  • No error message informing user to PLACE before executing commands (not part of brief anyway)

Improvements (Minor)

  • Global properties file

  • Lambda for moveForward() method?

About

REA toy robot exercise...now in Java!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages