- π³πΏNew Zealand quietone
Moving to the coding standards project in the hopes of some discussion.
Currently, all core service definitions put their arguments on one long line:
arguments: ['@something', '@something.else', '@another_one', '@getting_long', '@cheaper', '@by.the.dozen']
In reviewing #3041885: Display relevant Security Advisories data for Drupal β , @larowlan pointed out that sometimes, with services that have many dependencies, these lines are harder to read, and might be better if we used the list format:
arguments:
- '@something'
- '@something.else'
- '@another_one'
- '@getting_long'
- '@cheaper'
- '@by.the.dozen'
At his suggestion, I'm opening this issue to decide when, if ever, service arguments should span multiple lines, instead of one long line.
N/A
Decide if the standard should be changed, and if so, how.
Talk about it until this issue reaches approximately 7,000 comments and generates its own gravitational field, then change policy. Or not. :)
None.
None.
None.
None.
Active
11.0
other
Enhances developer experience.
It involves compliance with, or the content of coding standards. Requires broad community agreement.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Moving to the coding standards project in the hopes of some discussion.