Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission for challenge #4

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Dec 13, 2015

  1. Untrack workspace.xml

    JavierGelatti committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    f967ca0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Configuration menu
    Copy the full SHA
    e2919b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16078ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1089163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ccef9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a36ff8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86f2239 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    934a34b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c55e90c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    673c829 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    33863c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d4d87d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43757c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0cf178e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87a624e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Configuration menu
    Copy the full SHA
    e3a7205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00a67b8 View commit details
    Browse the repository at this point in the history
  3. Implement missing test

    I discovered an implemented feature that was not tested.
    Then, I had to choose between two paths:
        1. Deleting the feature (if it's not in the requirements, then it
           should not be in the code), or
        2. Adding a test, to justify the existence of the feature.
    
    I chose to add a new test (2), because I wanted to practice with FitNesse,
    but in a real project I would consider the other option a little more (an
    arrow can travel at most 103 caverns? and it isn't in the requirements?
    sounds suspicious...)
    JavierGelatti committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    9678d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5448b4b View commit details
    Browse the repository at this point in the history