-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
List of issues to revisit at the end of merging dev branch #626
Comments
I was thinking about something like this. Thanks for creating it! |
I have edited the comment to convert to checkboxes and add some inline code markup, hope you don't mind.
To that point, we should probably take some care to not tell what the code does internally in the form of comments. I see the value of using JSDocs for plugin documentation. You might also be interested in checking out doclets.io for that matter. |
I will use this ticket as a notepad of issues that have been pointed out during the series of PRs into the dev branch, that I intend to return to do (or at least discuss) later, once all of my fork has been merged over. Each bullet point can be broken out as a separate issue later (or just do it).
js/impress.js
does in fact contain the output ofbuild.js
(Check that developer remembered to donode build.js
beforegit commit
.)gc.addCallback
togc.pushCallback
impress.min.js
compilationfiles:
andproxies:
sections with karma.conf.js so that they don't need to be updated in 2 placesThe text was updated successfully, but these errors were encountered: