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

Determine a style guide #303

Open
MrCreosote opened this issue Feb 3, 2021 · 2 comments
Open

Determine a style guide #303

MrCreosote opened this issue Feb 3, 2021 · 2 comments
Labels
code cleanup swiffer that crap right up

Comments

@MrCreosote
Copy link
Member

MrCreosote commented Feb 3, 2021

Discussion started here: #296 (review)

Style for for specifying and calling methods / functions:

Do some research into best practice for method signatures. E.g. I remember some people arguing for making all arguments keyword arguments for backwards compatibility reasons - you can shuffle your arguments around, make arguments optional, add new arguments, etc. and code doesn't break.

@MrCreosote MrCreosote added the code cleanup swiffer that crap right up label Feb 3, 2021
@bio-boris
Copy link
Collaborator

Style guide contents should also include whether we are following this pattern or a different one.

cfg['key'] == required value
cfg.get('key') == optionally None
cfg.get('key','default') == explicitly set default

@bio-boris bio-boris changed the title Determine a style for specifying and calling methods / functions Determine a style guide Feb 4, 2021
@MrCreosote
Copy link
Member Author

Related to the above comment: #304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup swiffer that crap right up
Projects
None yet
Development

No branches or pull requests

2 participants