Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

be smarter about ingredient ratios #38

Open
mobeets opened this issue Dec 29, 2021 · 0 comments
Open

be smarter about ingredient ratios #38

mobeets opened this issue Dec 29, 2021 · 0 comments

Comments

@mobeets
Copy link
Owner

mobeets commented Dec 29, 2021

for example:

  • brown sugar = white sugar + molasses. So the ratios should actually use white sugar and molasses, not white sugar and brown sugar.

  • baking powder = baking soda + cream of tartar + corn starch. So ratios should involve baking soda, cream of tartar, and corn starch—not baking soda and baking powder

  • butter and coconut oil are both oils. so ratios should depend on the sum...

probably the simplest way to do this would be to do this as pre-processing. so in each input recipe, you do the substitution. for example, you change baking powder to baking soda + etc. and you just have a generic "oil" instead of butter and coconut oil.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant