verovio icon indicating copy to clipboard operation
verovio copied to clipboard

Toolkit methods getHumdrum and getHumdrumFile is not correctly named

Open ahankinson opened this issue 4 months ago • 7 comments

The get* methods tend to return a value from the internal state of the toolkit, while the render* methods will render the toolkit data to a file. So getHumdrumFile(filename: str) -> bool should probably be renamed to renderToHumdrumFile(filename: str) -> bool to match.

Additionally, getHumdrum() -> str should probably be renamed renderToHumdrum() -> str

ahankinson avatar Oct 14 '24 09:10 ahankinson