-
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
How should the code review checklist change given Typescript? #1180
Comments
This was discussed during today's dev meeting about typescript conventions. @samreid: We have https://github.com/phetsims/phet-info/blob/7100adc9d8bf5b79d1aa9da38b1f8302f3b059c1/doc/typescript-conventions.md, which I think of as code review items, but they aren't linked to the document yet. @zepumph: Perhaps just an item in the CRC to link to that document? @samreid: then perhaps make the typescript conventions document into checkboxes so you can copy paste them into a side issue of a code review. @samreid, I think we should modularize the code review checklist. @zepumph, the coding conventions doc is 5/8 of the document already, can we split that out? UPDATE: see phetsims/phet-info#186, the coding conventions were split out to their own document. |
Ok, the CRC has a checkbox to go look at the typescript conventions doc now: From here, I feel like another important piece is to look into what can be shed for the document because of TypeScript. If not removed, perhaps we want to move some content into a "JavaScript only" section, because it doesn't apply to new code being written in Javascript. Some items that come to mind:
I didn't see any other changes to be done in the CRC checklist. |
JO and CM didn't see anything else that should be added to the checklist. @zepumph anything else that should be added in your opinion? Feel free to close if not. |
No description provided.
The text was updated successfully, but these errors were encountered: