You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
[1] https://moz-l10n-config.readthedocs.io/en/latest/fileformat.html
The text was updated successfully, but these errors were encountered: