New Issue: Should Reflection.getRoutineName() be renamed?

17987, "dlongnecke-cray", "Should Reflection.getRoutineName() be renamed?", "2021-06-25T19:56:42Z"

Should Reflection.getRoutineName() be renamed?

The Reflection function/routine getRoutineName gets the name
of the enclosing function/method/routine.

proc getRoutineName() param: string;

Within the language spec, the majority of times a function is written
about, the term 'function' is used. However, there are a few locations
within the spec where the term routine is used. In the interest of
consistency, should the Reflection function/routine getRoutineName
be renamed to getFunctionName?