Giter Site home page Giter Site logo

roman-numerals's People

Contributors

matyb avatar

Watchers

 avatar  avatar

roman-numerals's Issues

incomplete unit tests

not all significant permutations w/ integer and numeral conversions are covered, add missing tests to ensure range of numerals are tested adequately.

excessive implementation compared to testing

commit 5fa2334 assumes that all roman numeral permutations are necessary. should have hardcoded return value of "I" to pass test, tested for 3 and while failing hardcoded 3 in implementation to pass test, and tested for next prescribed case and only then considered factoring into a map or data structures holding just necessary numerals for the tests required. adding all the conversion values in one checking was risky and could have allowed garbage or untested code to persist in the implementation. implementation did not evolve as fluidly as a non-presumptive pure tdd implementation should have.

inconsistent naming conventions

variables and method names are too generally named, or are so short that they could be confusing or lack the expressiveness they could have. examples:

  • remove converter interface, and expose specific (more explicitly named) conversion methods
  • stringbuilder named string, something more specific and less misleading would be better
  • toNumber, etc. should be more explicitly named
  • other misleading, awkward or overly terse naming should be clarified

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.