Skip to content

Instantly share code, notes, and snippets.

@gabrielfalcao
Created October 5, 2018 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielfalcao/17656bb198cf1e4d7af2f21dc96c4cd6 to your computer and use it in GitHub Desktop.
Save gabrielfalcao/17656bb198cf1e4d7af2f21dc96c4cd6 to your computer and use it in GitHub Desktop.
Ideas for practical dojos

Kata Ideas for Coding Dojos

CaseParser

A library and/or command-line tool to detect case of a word and translates to any other case.

Must support case types:

  • camelCase
  • PascalCase
  • snake_case
  • kebab-case

Web Scraper

Create a http-based scraper.

Suggestion: practice top-down TDD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment