You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor slather() throughout so that it takes the_frosting as an argument.
We may actually need access to the layers we create.
On further thought, it may be better to make the signature slather(object, components, the_workflow,...) so that it has access to everything (rather than the_recipethe_fit and the_frosting separately).
The text was updated successfully, but these errors were encountered:
Refactor
slather()
throughout so that it takesthe_frosting
as an argument.We may actually need access to the layers we create.
On further thought, it may be better to make the signature
slather(object, components, the_workflow,...)
so that it has access to everything (rather thanthe_recipe
the_fit
andthe_frosting
separately).The text was updated successfully, but these errors were encountered: