6 kyu

Gotta start somewhere - Code Tracker #1

Description
Loading description...
Fundamentals
  • Please sign in or sign up to leave a comment.
  • Blind4Basics Avatar

    The description is lacking almost everything that could make the task meaningful. Sticking to it allow to pass the kata, but there is no underlying logic.

    • what's the use of name
    • no test about name
    • in what the add/commit mechanism is related to the context? (it isn't. At all!)
    • how are we supposed to store data? replacement of the previous one? adding to a stack? a queue?
    • why the add method is supposed to return the data? (context-wise)
    • some tests are non sensical, when looking at the assertion message: var codeTracker = CodeTracker.init('name'); then Test.expect(codeTracker, "CodeTracker.init should take 1 argument") => this isn't teting the number of arguments, but that the init method just returned anything that isn't "falsy".
  • dinglemouse Avatar

    markdown in the description is broken.

    needs some space after the #

  • myjinxin2015 Avatar

    need some basic test ;-)

  • joh_pot Avatar

    This comment has been hidden.