Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Write analysis for concept exercise paolas-prestigious-pizza #43

Open
jiegillet opened this issue Oct 24, 2022 · 0 comments
Open

Write analysis for concept exercise paolas-prestigious-pizza #43

jiegillet opened this issue Oct 24, 2022 · 0 comments

Comments

@jiegillet
Copy link
Contributor

From design file

Analyzer

  • [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?)
@jiegillet jiegillet changed the title Issues list Write analysis for concept exercise paolas-prestigious-pizza Write analysis for concept exercise paolas-prestigious-pizza Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant