Code Monkey home page Code Monkey logo

code-test-robot's Introduction

Toy Robot Simulator

Code test.

Problem description can be found in CodeTest-Robot.pdf

Environment Details

Ruby 1.9.3
RSpec 2.14.7

'bundle install' is your friend.

Instructions

To see the code run:

  1. cd to Code folder
  2. ruby run_robot_app.rb file-1 {file-2 .. file-n} Minimum of 1 file, up to n number of files.

Please see the below list for details about the various test data files

  1. test-1 Starts the robot at 0,0 then runs it fully around the perimeter including various turns and attempts to run off the edges.
  2. test-2 Starts the robot at 0,0 then runs many places. At the end, a move off an edge is attempted followed by another place.
  3. test-3 Demonstrates the robot ignoring instructions and a bad place until a valid place is processed. After that, a bad place results in no changes to the robot.

Notes and Assumptions

  1. I have assumed that if there is an invalid command in the commands file, the whole lot will be rejected.
  2. Specifically with regards to PLACE, PLACE -1, 0, NORTH would cause a rejection as negative numbers are deemed invalid. PLACE 100, 100, SOUTH would be accepted as valid syntax, but will be skipped by the robot as a bad place.

Issues & Further Learning

  1. How do you decouple functions that seem to be reliant on each other without making things public just for testing?
    Eg. robot.place(), robot.report(). place() is best tested by running a report(), report is best tested by running a place().

  2. Bundler and Gemfiles seem to be a really cool system for verifying installing an environment to run your app in. Have to look into this more.

  3. Have to check out the Test::Unit and compare contrast with RSpec. Is there any particular one that is 'more' populer/used in general?

code-test-robot's People

Contributors

curiousbug avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.