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

Inheritance principle: No unsetting as corollary #3

Merged

Commits on Jan 11, 2022

  1. Inheritance principle: No unsetting as corollary

    The rule regarding the fact that it is not possible to "unset" a key-value pair from a JSON file from higher in the filesystem hierarchy is here moved to the "corollaries" section. This is because this behaviour is a natural consequence of loading consecutive JSON files using a simple merge operation, and the absence of an equivalent to Python' "None" in the JSON specification.
    Lestropie committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    fc604ef View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    2590d0a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rewrite_inheritance_principle' into inheritance_unsetti…

    …ng_corollary
    
    Conflicts:
    	src/02-common-principles.md
    Lestropie committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1141cf7 View commit details
    Browse the repository at this point in the history