Retired

Functional programming in JS/TS - Part 7: Reducing Arrays (retired)

Description
Loading description...
Fundamentals
Functional Programming
Declarative Programming
Programming Paradigms
Higher-order Functions
Functions
Control Flow
Basic Language Features
View
AllIssues1QuestionsSuggestionsShow Resolved
  • Please sign in or sign up to leave a comment.
  • donaldsebleung Avatar
    1. Abuse of Test.expect makes debugging very difficult
    2. Insufficient code coverage (3 fixed assertions is not enough)
    3. Lack of random tests
    4. Constraints described in Kata Description (e.g. use of reduce) not enforced by Submit Tests