Skip to content

laumagg/Solution_Challenge_BCXP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solution of Programming Challenge of BCXP

Classes:

  • Country and Weather as data containers
  • CsvReader to read data from CSV files
  • DataParser to transform data input into usable Country or Weather objects
  • App contains the entry point

Unit Tests are under AppTest.

This solution uses the OpenCSV library to read the given CSV files. OpenCSV provides the basic functions for reading and writing CSV files and has an easy-to-use interface. Also considered was Apache Commons CSV. For this small solution, both libraries are suitable. In case of an extensions of the solution, the decision should be weighed again.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages