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
I have recently figured out that having an endpoint return a primitive value (even if it's behind an alias) is a really bad design choice, since it means the endpoint return value can never be extended. I suspect there might be a lot of these things that people have found, I was wondering if we could collect and enforce those learnings.
What did you want to happen?
The text was updated successfully, but these errors were encountered:
What happened?
I have recently figured out that having an endpoint return a primitive value (even if it's behind an alias) is a really bad design choice, since it means the endpoint return value can never be extended. I suspect there might be a lot of these things that people have found, I was wondering if we could collect and enforce those learnings.
What did you want to happen?
The text was updated successfully, but these errors were encountered: