w3c / geofencing-api

13 stars 9 forks source link

Simplifying examples even further #9

Closed marcoscaceres closed 9 years ago

marcoscaceres commented 9 years ago

Would you object to me rewriting the examples to use ES7 async function(){} and argument destructuring? Could probably make the examples a bit nicer to read.

mkruisselbrink commented 9 years ago

I think it's better to keep the examples conforming to ES6 until there is actual consensus on ES7 and ES7 is actually a standard.

marcoscaceres commented 9 years ago

yeah, fair enough :)