Skip to content

Instantly share code, notes, and snippets.

@arturparkhisenko
Created December 14, 2016 18:09
Show Gist options
  • Save arturparkhisenko/2abc4d6c54424082f4684c0cd0127242 to your computer and use it in GitHub Desktop.
Save arturparkhisenko/2abc4d6c54424082f4684c0cd0127242 to your computer and use it in GitHub Desktop.
xfill-meaning, polyfill, prollyfill, nottifill, ponyfill

// source: jonathantneal/document-promises#4 (comment)

  • Polyfill: functionality current systems implement natively.
  • Prollyfill: functionality future systems expect to implement natively, as defined by widely accepted specifications.
  • Nottifill: functionality future systems may implement natively, as desired by developers.
  • Ponyfill: a strategy where functionality is implemented as an independent module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment