-
Notifications
You must be signed in to change notification settings - Fork 6
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
code review #11
Comments
PhET code-review checklistNote: Since this is not a sim repo, several checklist items (marked N/A) are Not Applicable. Build and Run Checks
Strings (N/A, no strings in shred)
Repository structure
my-repo/
assets/
audio/
license.json
doc/
model.md
implementation-notes.md
images/
license.json
js/
my-repo-config.js
my-repo-main.js
.gitignore
my-repo_en.html
my-repo-strings_en.json
Gruntfile.js
LICENSE
package.json
README.md For a common-code repository, the structure is similar, but some of the files and directories may not be present if the repo doesn’t have audio, images, strings, or a demo application.
my-repo/
js/
common/
model/
view/
custom
model/
view/
introduction
model/
view/
my-repo-config.js
my-repo-main.js
Coding conventions
Documentation
Common Errors
Organization, Readability, Maintainability
Performance, Usability
Memory Leaks
|
Signing off on shred for code review. Well written, well documented, and exempt from several checklist requirements. |
The isotopes-and-atomic-mass simulation is about to be code reviewed (see phetsims/isotopes-and-atomic-mass#57), since the code here in shred is part of that sim, it should be reviewed too.
The text was updated successfully, but these errors were encountered: