Slide 19
Slide 19 text
Poor Documentation
class OrganicGlutenFreePizzaFactory:
def get_dough(self):
"""
Return amazing, organic, GMO and Gluten Free Dough
"""
# ran out of organic gluten free, use the other stuff.
# return 'organic gluten free dough'
return 'gmo pesticide processed gluten-full dough'
@nnja