When creating a function, the first things that editors see (or hear) are function names and function aliases. It's like asking a writer to give a title to a book they haven't yet written. What if, based on the input(s) type, input label(s) and output type, we are able to generate a function name? Editors would still be able to modify it, but it would be a later step.
Description
Description
Event Timeline
Comment Actions
Maybe the function name generation could also happen after having written the implementation (either via composition or code), or even after the tests. The more information the more precise the function name can be?