List of kata that are candidates to retirement - codewars/content-issues GitHub Wiki

Derived from the list of duplicates

https://github.com/Codewars/content-issues/wiki/List-of-Possible-Duplicate-Kata

The current page lists the katas that can mostly be considered "beyond repair", like matching most of the following points:

  • stuck in beta for years
  • author inactive
  • very bad design and/or test suite
  • topic with very low interest (like an nth fizzbuzz variation...) that doesn't worth the work of being updated
  • ...

Currently, nothing can be done about them, but building a list of those you cross path with may help later. Of course, a lot of the katas that are in the list of duplicates could belong to both so, to avoid duplicated information, let's say those will stay in the list of duplciates and the present page will only list "stand alone" (bad...) katas.

Usage

This page currently uses the following format:

## Topic/kata category/kind

- [ ] link to kata
    - notes about what's "wrong" with the kata
- [ ] :small_orange_diamond: link to beta kata
- [x] :small_orange_diamond: ~~link to beta kata~~, retired

:small_orange_diamond: denotes Beta kata



  • :small_orange_diamond: Edit That Brochure Retired
    • one single test / so, no random tests / bad setup of the tests (expecting a list while the input contains hashes...) / troubles with the description (code blocks missing in ruby) / no sample tests in ruby