solent-eng / solent

Free software sequencer architecture
GNU Lesser General Public License v3.0
7 stars 4 forks source link

Rename solent.ns to solent.Ns #140

Closed cratuki closed 6 years ago

cratuki commented 6 years ago

In the early days of solent, it was written in a C-like style, and many of its names had leading lower-case letters. This causes confusion. In solent.base.small there is a simple tool that is useful for giving empty namespaces. It is called 'ns'. To make it clear that it is a class, it will be renamed as Ns.

cratuki commented 6 years ago

Also add some kind of convenience function, for debugging these namespaces. (Have run into a need for this whilst working on #131).

cratuki commented 6 years ago

Done. Did not add debugging convenience. It is easy enough to run dir on it.