Skip to content

Commit

Permalink
Update documentation, see #170
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 10, 2021
1 parent 29db6ca commit c55ca8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/typescript-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ type Cat = {
person: Person; // note the semicolons
age: number;
}
```
```
###
Please see other notes in https://github.com/phetsims/ratio-and-proportion/issues/405 and https://github.com/phetsims/phet-info/blob/master/doc/typescript-quick-start.md
1 change: 1 addition & 0 deletions doc/typescript-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ at approximately equal levels, and can be used for reference. For instance, see
However, please do not use any reference of code marked with
`@ts-ignore` or `any`. Those markers mean (a) I wasn't sure what to do, (b) common code is not ready to support it yet or (c) I haven't
taken the time to properly type it yet. I also recommend avoiding `!` non-null coercion if you can help it.
9. Conventions and patterns listed in https://github.com/phetsims/phet-info/blob/master/doc/typescript-conventions.md

0 comments on commit c55ca8f

Please sign in to comment.