Skip to content

Commit 24c17cb

Browse files
authored
add millie's links
1 parent 1d0adec commit 24c17cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MIGRATING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This Cheatsheet collates advice and utilities from real case studies of teams moving significant codebases from plain JS or Flow over to TypeScript. It makes no attempt to _convince_ people to do so, but we do collect what few statistics companies offer up after their conversion experience.
44

5-
> ⚠️ This Cheatsheet is extremely new and could use all the help we can get. solid advice, results, and up to date content all welcome.
5+
> ⚠️ This Cheatsheet is extremely new and could use all the help we can get. Solid advice, results, and up to date content all welcome.
66
77
## General Conversion approaches
88

@@ -103,11 +103,15 @@ Old content that is possibly out of date
103103
## Results
104104

105105
- Number of production deploys doubled for [Hootsuite][hootsuite]
106+
- Found accidental globals for [Tiny][tiny]
107+
- Found incorrect function calls for [Tiny][tiny]
108+
- Found rarely used, buggy code that was untested for [Tiny][tiny]
106109

107110
## Misc writeups by notable companies
108111

109112
- [Lyft](https://eng.lyft.com/typescript-at-lyft-64f0702346ea)
110113
- [Google](http://neugierig.org/software/blog/2018/09/typescript-at-google.html)
114+
- [Tiny][tiny] - [Talk from ForwardJS here](https://www.slideshare.net/tiny/porting-100k-lines-of-code-to-typescript)
111115

112116
## Links
113117

@@ -117,3 +121,4 @@ Old content that is possibly out of date
117121
[mstsreactconversionguide]: https://github.com/Microsoft/TypeScript-React-Conversion-Guide 'TypeScript React Conversion Guide'
118122
[entria]: https://medium.com/entria/incremental-migration-to-typescript-on-a-flowtype-codebase-515f6490d92d 'Incremental Migration to TypeScript on a Flowtype codebase'
119123
[coherentlabs]: https://hashnode.com/post/how-we-migrated-a-200k-loc-project-to-typescript-and-survived-to-tell-the-story-ciyzhikcc0001y253w00n11yb 'How we migrated a 200K+ LOC project to TypeScript and survived to tell the story'
124+
[tiny]: https://go.tiny.cloud/blog/benefits-of-gradual-strong-typing-in-javascript/ 'Benefits of gradual strong typing in JavaScript'

0 commit comments

Comments
 (0)