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

Refactor project configuration branching #2154

Closed
bugzilla-to-github opened this issue Nov 19, 2018 · 0 comments · Fixed by #3312
Closed

Refactor project configuration branching #2154

bugzilla-to-github opened this issue Nov 19, 2018 · 0 comments · Fixed by #3312
Labels
enhancement P4 We expect it to be fixed someday project config L10n project configuration work

Comments

@bugzilla-to-github
Copy link
Collaborator

This issue was created automatically by a script.

Bug 1508662

Bug Reporter: @mathjazz

With the introduction of project configuration[1] our code often branches depending on whether project configuration is provided. We should make better use of OOO or look into other techniques to reduce the number of cases like this:

if project_configuration:
// do this
else:
// do that

[1] https://moz-l10n-config.readthedocs.io/en/latest/fileformat.html

@mathjazz mathjazz changed the title [project config] Refactor project configuration branching Refactor project configuration branching Nov 6, 2021
@mathjazz mathjazz added the project config L10n project configuration work label Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement P4 We expect it to be fixed someday project config L10n project configuration work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants