Branche rename pour discuter de l'amélioration de l'API#1
Conversation
added 11 commits
February 22, 2011 18:18
It was a bad habit from lpOD. - basics is plural not to induce the BASIC language - class become objects to avoid the keyword - maths is plural not to conflict with stdlib's math
uppercase them not to conflict with Python
Uppercase them not to conflict with stdlib's math members, int, etc.
Follow the uppercase rule for now.
"Formula" is capitalized since this is a common variable name. Maybe "of" or "OF" would be better. Others are lowercase for now.
>>> from openformula import Formula, MIN
Whether the arguments are hard-coded strings or one of our objects. This allows our objects to behave as a string transparenly, while adding syntax and consistency checks. See "duck typing".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Salut,
Je teste Github et j'ai pushé une branche rename où je mets l'API que j'aimerais pour OF.
C'est surtout virer le préfixe « of_ » et simplifier l'usage jusqu'à ce que les formules s'écrivent naturellement.
Ne merge pas cette branche, on ne fait qu'en discuter pour l'instant.
Je me demande même si on ne devrait pas séparer charte et openformula en deux projets distincts.
Hervé