-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
discussion/deduplicateDiscussion and vote what to do with duplicate kataDiscussion and vote what to do with duplicate kata
Description
checkerboard / chessboard
- 6kyu.
- Each field is represented by one of
"[r]"
or"[b]"
. - Satisfaction 91%, ~1000 solutions.
- 2 pending issues
- 4 languages + 1 pending translation (Clojure)
- Published Aug 2014, author inactive.
- 6kyu
- Fields are unicode characters (
■
and□
). Additional bit of difficulty is added because the color of the top left corner depends on input valuen
. Tests for invalid inputs like strings and negative numbers. - Satisfaction 90%, ~900 solutions.
- 2 pending issues about outdated frameworks and missing random tests.
- 5 languages (Coffeescript exclusive), no pending translations.
- Published Nov 2015, author inactive.
- 7kyu
- Fields are represented by a space or
'#'
. - Satisfaction 92%, 140 solutions.
- 1 pending issue.
- 1 language, 1 pending translation (PHP exclusive)
- Published Nov 2016, author inactive.
- 7kyu.
- Fields are represented by
'*'
or'.'
. Boards can be rectangular. - Satisfaction 88%, 260 solutions.
- Python only.
- No pending issues, one suggestion mentioning it's a duplicate.
- Published May 2016, author inactive.
- 7kyu
- A bug fixing kata presenting a bug sometimes encountered by newbies.
- Satisfaction 89%, 430 solutions.
- 2 languages, 4 pending translations (but they are suspected to not hold to the bugfixing aspect of the kata).
- Published Jul 2016.
Conclusion:
- Keep (2) Checkered Board.
- Retire (1) Checkerboard Generation.
- Retire (3) ChessBoard .
- Retire (4) Chessboard.
- Keep (5) Python Checkerboard as not a duplicate.
- Move into (2) translations from retired kata which are not yet present there. Consider removing input validation from the task.
Metadata
Metadata
Assignees
Labels
discussion/deduplicateDiscussion and vote what to do with duplicate kataDiscussion and vote what to do with duplicate kata
Type
Projects
Status
Done