dansinker / tacofancy

community-driven taco repo. stars stars stars.
The Unlicense
1.29k stars 448 forks source link

Added five new recipes ♥ #121

Closed ghost closed 10 years ago

dansinker commented 10 years ago

OK, these are great, but you need to take a more object-oriented approach to them. The way we build tacos at Tacofancy is to break the tacos down to their relative taco objects. So, for instance, your Fish Tacos, should actually have a few different recipes in a few different places:

/condiments would contain the cilantro crema recipe /base_layers would contain the fish recipe /full_tacos would link to those two recipes and contain the rest of the prep instructions

Follow that same approach for all of these, and we'll totally get this merged up.

Thanks!

ghost commented 10 years ago

Alrighty. Let me get that all fixed up and send a new pull request!