Dec 16 2011 at 7:08 PM
Edited Dec 16 2011 at 7:16 PM
|
Oh, god. Please no. I beg you.
Don't change to lowerCamel. It's so much more harder to read.
MS's Reactive Extensions too features the dual methods of Enumerable in UpperCamel and they're got support for WinRT, WinPhone, Silverlight and .NET - they've gone out of the way to make sure it stays all the same. You have no idea how cool it is to combine
Rx and Linqjs.
-
Please leave Enumerable like it is. It's perfect. Ignore the javascript purists.
A great example would be Three.js (https://github.com/mrdoob/three.js/)
var camera = new THREE.PerspectiveCamera(70, window.innerWidth / window.innerHeight, 1, 1000);
So much easier to read.
|