An open API service indexing awesome lists of open source software.

https://github.com/duksis/daily_kata

One Kata a day keeps all bugs away!
https://github.com/duksis/daily_kata

elixir-lang golang katas python

Last synced: 7 months ago
JSON representation

One Kata a day keeps all bugs away!

Awesome Lists containing this project

README

          

# Daily Kata

One Kata a day keeps all the bugs away!

---

## Katas

* Reverse string without built in reveres
* Remove duplicate words

## Resources

* [codewars](https://www.codewars.com) - platform for coding challenges
* [CodeKata](http://codekata.com) - blog by PragDave (probably the source of the code kata as a concept)
* [Coding Dojo KataCatalogue](http://codingdojo.org/KataCatalogue)

## Usage

* Adding a new solution

```
touch $(date +%Y%m%d_reverse_string.exs)
```

## Running tests

Go: `go test -run TestCustomReverse`
python: `python 20190815_reverse_string.py`
elixir: `elixir 20190812_reverse_string.exs`