This package helps us to calculate BBQ price for N people.
The total BBQ price is the combination of (see coolPriceCalculator
implementation):
- meet price (beef or chicken if no beef available)
- mangal price
- coal price
Total price = meet price + mangal price + coal price
We want to compare different approaches.
We'll try to prepare best possible test for the coolPriceCalculator
(see .../BBQ.go).
In this repo everyone can add folder with his own idea of how given BBQ functionality should be tested.
For example:
- ./ginkgo_me folder includes an example of BDT approach using Ginkgo
- ...
Note:
- Each folder should contain Readme file with sufficient explanation
- Please see closed PRs to read the discussions about added approaches (annotate -> open in github -> ...)
- If you see/fix issues - please create PR to contribute to main repo (if this is too hard, write me PM)