-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Mobx6 - Add action name in prod too #2343
Conversation
Should I do a few more changes (is separate PRs)? Here's a list:
|
Thanks for doing it. I am not sure you should even do other unrelated changes you did here. @mweststrate is working on that branch and if he has some unpublished changes it could cause unnecessary conflicts. I will leave merging up to him in case there are things he wants to do differently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
I guess I will do merging then :) |
Thanks guys! :)
@mweststrate what about this list? |
|
Unrelated, I was thinking making |
Yes, here's a story: as a renown quality and grammar Nazi 😏, I review all of my client's code and catch a lot of typos. However, I once had to work with a team member who was particularly bad at spelling and got sick of pointing out obvious typos. So I decided to add a spell checker as a git hook and it worked well :). However, I also discovered that the codebase still has loads of typos which I missed. The point is: a computer can spell check much better than any person. I've been using cspell to catch spelling errors in codebases for a few years now.
Perhaps, I'll look into it. |
Sorry, I have no experience with any of the newer configuration options. Before MST I always worked in strict mode (is that It is probably better to consult @Bnaya, @benjamingr and others. |
I think spellchecking in open source lib is a bit stretch. It could annoy contributors as any linter does and the benefit is very small imo. Who cares if there is a typo in a comment? Most people will understand it anyway. |
Upgrade to all deps PR is ready: #2344 |
Changes:
action.name
unconditionally. Fixes Minification & debugging #2263prettier
script to overwrite files.prettierignore
to ignore generated assetsprettier
on repo: 2 changed filesCode change checklist
/docs
. For new functionality, at leastAPI.md
should be updatednpm run perf
)I'm not sure about how to test for perf regressions: I ran
yarn build && yarn perf
before and after with these results:Before:
After:
Looks pretty much the same.