Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ojanvafai authored Jan 4, 2018
1 parent c16ae4e commit c69e11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Finally, there is a question as to whether we need explicit import at all. We co
# Benefits
By implementing as unprivileged Javascript, we are forced to identify and ship the appropriate low-level primitives needed to build the high-level feature. This gives web developers the tools they need to build their own versions and it allows us to experiment with the API design as a pure JS library before shipping.

Using modules means that features are explicitly imported, so the global namespace isn't poluted and sites only pay runtime costs for the features they use.
Using modules means that features are explicitly imported, so the global namespace isn't polluted and sites only pay runtime costs for the features they use.

Implementing in Javascript also provides a clean implementation boundary. Changing part of the Javascript implementation can't create thorny bugs throughout the renderer.

Expand Down

0 comments on commit c69e11a

Please sign in to comment.