HN user

rptv

5 karma
Posts0
Comments5
View on HN
No posts found.
V8 release v6.8 8 years ago

I want to see something like Flow integrated into the js specs. Types can help optimization just as they can help correctness!

I like to break down need of understanding into a few categories:

- no need to memorize or understand (some domain specific and infrequently-used portion of the API)

- memorize and understand later (it's better to just continue and get a holistic picture than to get off into the weeds analyzing how some framework magic works)

- you should comprehend this fully before continuing (general and recurring patterns for structuring your code)