I don’t know if anybody has done this, but it would be nice to have a place where common names for things are collected. For example: is the method to create an iterator instance generally called first(), iter(), iterator() or something else?
Yes the language doesn’t care, but when we read code it helps to have consistent names for things.