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
[essential] priceParser should use int (instead of number?)
[essential] vegetarianParser should use symbol or keyword (both are ok)
[essential] vegetarianParser should use Parser.oneOf
[essential] wordParser should use chompWhile, getChompedString, and map
[essential] ingredientsParser should use oneIngredientParser
[essential] pizzaParser should use wordParser, vegetarianParser, ingredientsParser and priceParser
[essential] menuParser should use pizzaParser
[essential] oneIngredientParser should use chompWhile, getChompedString and andThen
[actionable] priceParser should use symbol (more appropriate than keyword for €)
[informative] sequence should be used anywhere for the sake of learning (instead of loop?)
The text was updated successfully, but these errors were encountered:
jiegillet
changed the title
Issues list Write analysis for concept exercise paolas-prestigious-pizza
Write analysis for concept exercise paolas-prestigious-pizzaNov 3, 2022
From design file
Analyzer
priceParser
should useint
(instead ofnumber
?)vegetarianParser
should usesymbol
orkeyword
(both are ok)vegetarianParser
should useParser.oneOf
wordParser
should usechompWhile
,getChompedString
, andmap
ingredientsParser
should useoneIngredientParser
pizzaParser
should usewordParser
,vegetarianParser
,ingredientsParser
andpriceParser
menuParser
should usepizzaParser
oneIngredientParser
should usechompWhile
,getChompedString
andandThen
priceParser
should usesymbol
(more appropriate thankeyword
for €)sequence
should be used anywhere for the sake of learning (instead ofloop
?)The text was updated successfully, but these errors were encountered: