Just wondering if any final decision was made on this.
I found a plip that is requesting to use black as our python formatter, which means double quotes instead of single quotes for python code.
- https://github.com/plone/Products.CMFPlone/issues/2754
- which was discussed in Framework team meeting minutes 2019-03-05
I looked at the styleguides, but that seems to not specifically talk about this: https://docs.plone.org/develop/styleguide/
except for here: https://docs.plone.org/develop/styleguide/python.html#quoting
which is not black consistent
Would it then not be more consistent to use double quotes everywhere at this point in time?
Or are the js developers all in favor of single quotes.
I would like this to see the quotes used consistently across plone and js, but that's just my personal opinion.