You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting feedback from various places on the app root object. Seems like everyone is overwhelmingly in favor of it, but we can have further discussion here.
I like this approach as it mirrors the kind of thing we find with Express, Fastify, and other web frameworks
It also makes for a clear ordering to the Functions that are defined, so if you've got multiple HTTP triggers that work off similar routes, you should have a clear order of precedence
It would also make it easier to have discovery, rather than having to know what you can import, you import one thing and intellisense will tell you want it can do
With a central object like app for managing functions, it is more intuitive for users to know/look up methods compared to option1 via intellijsense. (ex, typing app. autocompletes list of methods)
The text was updated successfully, but these errors were encountered:
Collecting feedback from various places on the
app
root object. Seems like everyone is overwhelmingly in favor of it, but we can have further discussion here.From @aaronpowell:
From @YunchuWang
The text was updated successfully, but these errors were encountered: