I wasn't exactly proposing updating the front end to handle short names.
It sounds like a reasonable idea but I am not trying to take that on right
now.
What I was trying to ask was, given the present form behavior, what should
the *hook* behavior be, by convention?
Specifically, should we write our conn parsing in hooks such that whenever
there is a form extra (e.g. extra__google__hello) we always do
`extra.get('hello') or extra.get('extra__google__hello')`
Or something along those lines.
Or should we stick with the status quo, which is to say there is no such
convention and some hooks will accept both and others will not.
I think my vote would be that by convention we should check both and short
beats long in precedence. This doesn't mean we have to go update every
hook with form customizations. But if we're reviewing a PR that checks
both then it's ok to approve, and if we're reviewing a PR that only checks
long name we can suggest checking short name also.
WDYT?