- From: Rick Waldron via GitHub <sysbot+gh@w3.org>
- Date: Mon, 16 May 2016 20:06:55 +0000
- To: public-device-apis@w3.org
>From experience, devs want to be able to things like this: ```js sensorA.on("change", event => someGenericDataStoringOperation(event)); sensorB.on("change", event => someGenericDataStoringOperation(event)); ``` TBH, I think that's completely uncool practice, but people like doing things that I don't necessarily like to do. -- GitHub Notification of comment by rwaldron Please view or discuss this issue at https://github.com/w3c/sensors/issues/103#issuecomment-219531873 using your GitHub account
Received on Monday, 16 May 2016 20:06:57 UTC