On Thu, Oct 15, 2020 at 11:34:39AM +0200, Michal Privoznik wrote:
Recently I've merged a patch that used hyphens in an attribute
name. I fixed it later, but turned out we don't document our
preference which is camelCase.
Suggested-by: Erik Skultety <eskultet(a)redhat.com>
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
I'm not sure this is the correct place to put this, suggestions welcome.
docs/api_extension.html.in | 6 ++++++
1 file changed, 6 insertions(+)
I perceive api_extension as an overall guideline what a patch series should
look like if you plan on introducing a new API/feature. I still think that XML
attribute naming counts as style convention just like the if-else block
formatting, spacing, indentation, etc.
Erik