/shop-checkout-sfp

Simple Functional Programming Shop Checkout

Primary LanguageScala

Shop checkout coding challenge

Complete assignment cand be found here

Requirements

This is a scala sbt project, and was developed and tested to run with: Java 1.8, Scala 2.12.2 and Sbt 0.13.15

Highlights

  1. This is a simple Functional Programming (FP) implementation to the more elaborated FP one found here and more OO (Object Oriented) one found here
  2. Distinctive feature of this implementation is that is pulls prices, offers and the shop items/fruits apart, allowing them to vary independently.

Libraries, Frameworks & Plugins