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

Name MusicXML files, types and methods consistently #25037

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

miiizen
Copy link
Contributor

@miiizen miiizen commented Oct 4, 2024

This PR clears up the varied use of musicXML, musicXml, mxml etc. and replaces them all with MusicXML (or musicXML if at the start of a method name).
This affects all names except for private variable names and parameters.

Copy link
Contributor

@cbjeukendrup cbjeukendrup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hate to nit-pick on everything, but note that in existing code we've usually written Xml (as in XmlStreamReader), and also Json rather than JSON, Midi rather than MIDI. So for the sake of consistency, one could argue that MusicXml is preferable. But I won't insist on this; if you prefer MusicXML that's also fine.

@miiizen
Copy link
Contributor Author

miiizen commented Oct 4, 2024

No - you're right, please continue nitpicking! Sorted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants