-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add 'name includes .' ember_assert to get/set #685
Comments
I like the idea. This would be a definite win for a debug build. Would need to be benchmarked to see how it impacted performance for the normal ember_assert dev build. |
@grosser The reason why we don't do this is the same reason why we have |
We've finally benchmarked this and discovered that the difference isn't all that significant. It seems likely that we'll merge |
…rn/ember-prism-0.9.0 Bump ember-prism from 0.8.2 to 0.9.0
Ive been bitten by this so many times, that I really would like to be notified if I get or set something that has a '.', its such a subtle error to do and would make it so much easier to spot.
Other solution:
always getPath when doing get + introduce getSimple for the edge-cases where you might not want it
The text was updated successfully, but these errors were encountered: