- From: Giovanni Ortuno via GitHub <sysbot+gh@w3.org>
- Date: Thu, 28 May 2015 02:57:33 +0000
- To: public-web-bluetooth-log@w3.org
g-ortuno has just created a new issue for https://github.com/WebBluetoothCG/web-bluetooth: == nit: Related object is in a different position every time == This is probably bike shedding but sometimes the related object is the first member of the object other times is the last member before the functions and sometimes is in the middle. For example [BluetoothGATTRemoteServer](https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothgattremoteserver) has its `device` member at the top, [BluetoothGATTService](https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothgattservice) has its `device` member at the bottom, and [BluetoothGATTCharacteristic](https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothgattcharacteristic) has its `service` member in the middle. Have you thought about always putting them before the object's functions? See https://github.com/WebBluetoothCG/web-bluetooth/issues/122
Received on Thursday, 28 May 2015 02:57:34 UTC