Page MenuHomePhabricator

Given an input(s), an input label(s), and an output generate function name
Open, Needs TriagePublic

Description

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.

Event Timeline

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?

AAlhazwani-WMF renamed this task from Digital Garden: Given an input(s), an input label(s), and an output generate function name to Given an input(s), an input label(s), and an output generate function name.Nov 25 2022, 5:43 PM