Unreadable in mobile safari. Way to go.
ES6, ES7, and beyond
11–20 of 75 posts
Re: ES6, ES7, and beyond
#12> http://tc39.github.io/proposal-string-pad-start-end/ Not to beat a dead horse, but I find it hilarious that this is a proposal. Someone on TC39 has a sense of humor. Edit: Apparently this was proposed long before left-pad broke the internet.
Not to be a wet blanket, but this proposal predates padLeftGate by a lot: https://github.com/tc39/proposal-string-pad-start-end/commit... http://wiki.ecmascript.org/doku.php?do=revisions&id=strawman...
Re: ES6, ES7, and beyond
#13What happened to the year-based naming convention? I thought we switched to ES2015 and ES2016?
I still don't understand why it's been renamed to ES2015. Reminds me of the Windows98 days. Gives software an air of "out-of-date"-ness for no reason. Just give it a version number and be done. Javascript versions don't need branding.
It's a common thing in language standards to version by the year the standard was ratified, especially for ANSI languages such as C and C++, but there's a long history of it in language design including the ur-example off the top of my head of ALGOL68.
As for Windows 98. Would you seriously with a straight face want to admit to using a version of Windows that is old enough to vote? If anything, it's too bad they stopped that pattern with XP as it would have been a lot easier to shame people for still using Windows 2001 in 2015.
Re: ES6, ES7, and beyond
#14What happened to the year-based naming convention? I thought we switched to ES2015 and ES2016?
Re: ES6, ES7, and beyond
#15Re: ES6, ES7, and beyond
#16Unreadable in mobile safari. Way to go.
Re: ES6, ES7, and beyond
#17> String.prototype.padStart() / String.prototype.padEnd() Finally left-pad module's functionality will be integrated into core! Souns awesome. /s
Re: ES6, ES7, and beyond
#18> http://tc39.github.io/proposal-string-pad-start-end/ Not to beat a dead horse, but I find it hilarious that this is a proposal. Someone on TC39 has a sense of humor. Edit: Apparently this was proposed long before left-pad broke the internet.
Re: ES6, ES7, and beyond
#19Re: ES6, ES7, and beyond
#20> String.prototype.padStart() / String.prototype.padEnd() Finally left-pad module's functionality will be integrated into core! Souns awesome. /s
I would really like if Unicode properties were implemented. I'd also like to see a RegExp escape function. String padding sees common enough usage that it should be added.