WebReflection / coincident

An Atomics based Proxy to simplify, and synchronize, Worker related tasks.
MIT License
203 stars 3 forks source link

Is global confusing VS window? #9

Closed WebReflection closed 1 year ago

WebReflection commented 1 year ago

As excited as I was in seeing this happening and working I haven't thought too much around the current naming convention ... if I need to explain that global field or export points to literally the only window out there (the browser page) I don't see why the whole thing shouldn't be named window instead:

Any thoughts? It'd be a minor change as we're in 0.X semver convention, but the sooner I get this right the better to stop even thinking about it.

Hints on naming also welcomed, thanks!

WebReflection commented 1 year ago

The MR is out, and it will be published as minor ASAP ... speak now if you have anything against it. https://github.com/WebReflection/coincident/pull/10