Giter Site home page Giter Site logo

js-kata-reverse-polish-notation's Introduction

Reverse Polish Notation

https://en.wikipedia.org/wiki/Reverse_Polish_notation

The input for the function should be a space separated string.

End Goal Test

1 2 + 4 * 5 + 3 - = 14

However feel free to take it as far as you like.

See it done or do it yourself?

You can watch me implement this at 12x speed: https://youtu.be/UL0jsN4uPow
If you'd like to do this kata yourself checkout the master branch

Baby step rules

  1. Start a timer (3 minutes suggested but whatever you're comfortable with)
  2. Write exactly 1 test
    • If the timer ends and the test is red then git reset --hard
    • If the test is green then git commit -a -m "refactor {feature}"
  3. Restart timer
  4. Refactor
    • If the timer ends and refactoring is not complete then git reset --hard
    • If the refactoring is complete before the timer ends git commit -a -m "refactor {feature}"
  5. Goto 1 goto statements ftw

Additional Challenges

  • Smallest steps - Create the most tests (must show forward progress of code between commits).
  • ES6 - Use the most ES6 features.

Setup/Running Tests

Install dependencies

npm install

Run tests

npm test

The test framework is Mocha and the assertion library is Should feel free to set something else up if you're more comfortable with it, this has just been provided for your convenience.

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.