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

fix_5/#90 - added comments to Parameter-related classes #177

Merged
merged 2 commits into from
Jul 12, 2021

Commits on Jul 10, 2021

  1. fix_5/openfoodfacts#90 - added comments to Parameter-related classes

    On the way to a 130/130 pub.dev score...
    
    Impacted files:
    * `ContainsAdditives.dart`: added a comment on class; refactored as non-nullable
    * `OutputFormat.dart`: added a comment on class and enum; refactored
    * `Page.dart`: added a comment on class; refactored as non-nullable
    * `PageSize.dart`: added a comment on class; refactored as non-nullable
    * `Parameter.dart`: added a comment on class; created method `addToMap`
    * `ProductSearchQueryConfiguration.dart`: added a comment on class; refactored some fields as non-nullable
    * `SearchSimple.dart`: not done much as the purpose of the class is unclear
    * `SearchTerms.dart`: added a comment on class; refactored as non-nullable
    * `SortBy.dart`: added a comment on class and enum; refactored
    * `TagFilter.dart`: added a comment on class and enum; overridden new method `addToMap`; refactored
    monsieurtanuki committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    3123cbb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. fix_5/openfoodfacts#90 - added comments to Parameter-related classes

    I've just rolled back changes I made that actually added complexity without added value.
    
    Impacted files:
    * `Parameter.dart`
    * `ProductSearchQueryConfiguration.dart`
    * `TagFilter.dart`
    monsieurtanuki committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    de16b3f View commit details
    Browse the repository at this point in the history