Skip to content
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

Always use Ember object get. #101

Conversation

blimmer
Copy link
Contributor

@blimmer blimmer commented Jul 13, 2016

In many places, we're currently accessing with this.varName, which prevents people using computed properties.

Also, in my experience, this can be a confusing anti-pattern for those new to Ember. Many will copy from the demo app, so want to make sure people get used to this pattern.

In many places, we're currently accessing with this.varName, which
prevents people using computed properties.
@blimmer blimmer force-pushed the chore/use-ember-obj-get-in-dummy-snippets branch from 4b5131d to 7e448eb Compare July 13, 2016 19:24
@offirgolan
Copy link
Collaborator

Thanks 😸!

@offirgolan offirgolan merged commit a6c3e3b into adopted-ember-addons:master Jul 14, 2016
@offirgolan
Copy link
Collaborator

@blimmer I went ahead and published a patch release

offirgolan added a commit that referenced this pull request Jul 19, 2016
* master:
  chore(package): update ember-cli-yuidoc to version 0.8.5 (#107)
  chore(package): update ember-cli to version 2.6.3 (#105)
  Use `get` on rows collection
  Update changelog
  Released v1.0.1
  Use ember-font-awesome vs. ember-cli-font-awesome. (#102)
  [BUGFIX] Always use Ember object `get`. (#101)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants