felipepssouza / Teacher

Project for counting words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teacher travis-ci codecov

Project responsible to group words and get average of vowels of this groups

TODO

  • Class to get average of vowels per group (GroupedWords)
  • Class responsible to print in this format ({a, o}, 6) -> 2.5 -> to represent group of words and average vowels
  • Put dependency injection on classes
  • Facade class to get those use case classes and the printer class
  • Input class to receive the file to parse the words

Teacher - How it is organized:

Following the Clean Architeture of Uncle Bob. This is the structure:

-ROOT
  - config (The bootstrap of the system is here, and any possible system configuration, like external confs)
  - usecase (Here are all the business rules)

About

Project for counting words


Languages

Language:Java 100.0%