Git Product home page Git Product logo

mars_rover's Introduction

For the seek of clarity and trying to ilustrate my usual process to approach a development and tackel different phases you can find that I have divided the development in 3 PRs. First, for the rover's class, and second, for the plateau's one. Both are covering the "happy path" assuming that no invalid input was going to be provided. The third PR tries to cover the basic use cases for validation, assuming that the input provided could be poluted with invalid characters and/or wrong coordinates.

TO DO: I am not super happy with the all the content in the last PR. Test are green :) but code could be cleaner and doesn't feels good that the MarsRover's class deals with the responsability of knowing where are the other deployed rovers in order to prevent collisions.

For running the tests provided, you will need the Minitest gem. Open a terminal window and run the following command to install minitest:

gem install minitest

Or: bundle install

If you would like color output, you can require 'minitest/pride' in the test file, or note the alternative instruction, below, for running the test file.

In order to run the test, you can run the test file from the mars_rover directory. Running the following command:

ruby mars_rover_test.rb
ruby plateau_test.rb

mars_rover's People

Contributors

develaper 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.