Files
exercises-in-programming-style/06-candy-factory
Joergen Edelbo 6148cff95e Added C++ implementation of 06-candy-factory.
You will have to compile (make) the program before running the test.
2013-10-08 16:26:03 +02:00
..
2013-09-27 20:08:37 -07:00
2013-09-27 20:09:26 -07:00

Style #6

Constraints:

  • Larger problem decomposed in functional abstractions. Functions, according to Mathematics, are relations from inputs to outputs.
  • Larger problem solved as a pipeline of function applications

Possible names:

  • Candy factory
  • Functional
  • Pipeline