gmggroup / omf-python

Python library for working with OMF files
MIT License
79 stars 20 forks source link

Terminology: Change 'data' to 'attributes' #48

Closed fwkoch closed 3 years ago

fwkoch commented 5 years ago

'Data' is fairly ambiguous; 'attributes' better describes these objects.

fwkoch commented 5 years ago

Although this is a fundamental change to our vocabulary (see #49), in the codebase it is likely just a comprehensive find and replace of data -> attribute. This needs to happen everywhere - in class names, property names, documentation, tests, etc.