Exploring different programming paradigms: a hand-on exercise

Just a basic repo with a beer dataset and mutltiple scripts to fill.

What you have to do

  1. Fork our project on your GitHub.
  2. Sort the dataset using procedural programming. Which is the tastiest beer in France?
  3. Sort the dataset using oriented object programming. Which is the strongest beer?
  4. Sort the dataset using functional programming.
  5. Make a Pull Request to integrate your scripts in our project