sourdough

Description

a small calculator for sourdough proportion

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
1
Created
Sept. 11, 2019
Updated
March 4, 2022
Topics
pharo smalltalk spec

Categories

UI / Graphics

README excerpt

# sourdough
a small calculator for sourdough proportion

Creating sourdough bread is an art and a science. The proportion of the ingredient can lead to different results.

This small calculator is (strongly) inspired by the one found here (in French): http://www.nicrunicuit.com/archives/2014/06/29/30055037.html
Explanation on the calculation can be found here (in French): http://votrepain.com/2010/03/reflexions-sur-lhydratation-dun-levain-ou-dune-pate-par-jean-michel/

```smalltalk
Metacello new
				baseline: 'Sourdough';
				repository: 'github://rvillemeur/Sourdough/src';
				load
```

![](https://github.com/rvillemeur/sourdough/blob/master/sourdough.png)

This project was as well used as an exercise to get more familiar with the Pharo Smalltalk Spec UI Framework.
← Back to results