-
Notifications
You must be signed in to change notification settings - Fork 14
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 "joist" to bad text in multiple common code repos #1004
Comments
I finally got around to this today. It looks like there were about 5 places that could have failed if run outside of phetsims, and I was able to clean up other usages, exchanging The best part of this for me is the new lint config called |
I reviewed the commits and this is a good improvement, thanks! It made me wonder if we want to move these joistlike model attributes like |
I could see that as a reasonable path forward, though I do not think that it is worth it for the i18n stuff. In part I like code that guards around this gracefully, because that helps in understanding that this part of a common code element is actually a phet-sim-specific implementation, and most likely not important to the component itself for more general use. I created phetsims/tandem#294, any other thoughts? |
That sounds reasonable to me, ready to close? |
From discussion around phetsims/tambo#126 (comment).
This will likely have to wait on a fair number of issues to complete that decouples things first:
phetsims/tambo#126 (comment)
phetsims/joist#685
phetsims/joist#686
(insert issues about passing phet.joist.display to TAMBO/DisplayedProperty)
on-hold until then.
The text was updated successfully, but these errors were encountered: