Skip to content

arhelmus/factory-line-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factory line challenge

Stream processing code challenge. Your goal is to make all tests green by changing only FactoryService implementation (no cheating). You are free to use any library that you want (RX, Akka Streams, Scalaz-streams, etc).

Task

You may consume orders stream and build present boxes with items from stream. After that you may check quality of boxes and put it in bad or good result stream.

All orders and items must be consumed.

Test run

Just: sbt test

About

20 minute Scala code challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages