Click here to Skip to main content
15,891,184 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Here's on for Tips & Tricks Pin
Mark_Wallace15-Jun-16 7:18
Mark_Wallace15-Jun-16 7:18 
GeneralLocal Colloquialisms Pin
MarkTJohnson15-Jun-16 3:55
professionalMarkTJohnson15-Jun-16 3:55 
GeneralRe: Local Colloquialisms Pin
ZurdoDev15-Jun-16 5:06
professionalZurdoDev15-Jun-16 5:06 
GeneralRe: Local Colloquialisms Pin
CHill6015-Jun-16 5:27
mveCHill6015-Jun-16 5:27 
GeneralRe: Local Colloquialisms Pin
#realJSOP15-Jun-16 5:48
mve#realJSOP15-Jun-16 5:48 
GeneralRe: Local Colloquialisms Pin
Slacker00715-Jun-16 6:32
professionalSlacker00715-Jun-16 6:32 
GeneralRe: Local Colloquialisms Pin
Rob Grainger16-Jun-16 2:53
Rob Grainger16-Jun-16 2:53 
GeneralNew language standards catering to abandoned libraries PinPopular
Chris Maunder15-Jun-16 3:27
cofounderChris Maunder15-Jun-16 3:27 
I was reading the article Where The Web Is Going In 2016[^] and it discusses how the prototype.contains standard method was renamed .includes in order to not break a bunch of sites using the old MooTools library. MooTools defines its own contains so changing this method's implementation would break 6.5% of the web. Evidently.

To me this is a bad, bad case of painting yourself into a corner. If you're going to keep not defining new language constructs because a library de jour once used it then you're going to run out of names.

Wouldn't it be more sensible to start by defining a pattern by which new language versions could be introduced into the web without breaking old sites? I dunno - something like what we actually already have:
html>
 ...
</script>
That way if you want to use new features you explicitly use them. If you don't name your poison then you get the default. It won't solve version issues, but it would allow a path forward and a reasonable path to deprecation.
cheers
Chris Maunder

GeneralRe: New language standards catering to abandoned libraries Pin
PIEBALDconsult15-Jun-16 3:47
mvePIEBALDconsult15-Jun-16 3:47 
GeneralRe: New language standards catering to abandoned libraries Pin
Kornfeld Eliyahu Peter15-Jun-16 3:51
professionalKornfeld Eliyahu Peter15-Jun-16 3:51 
GeneralRe: New language standards catering to abandoned libraries Pin
Erick Mattew15-Jun-16 3:52
Erick Mattew15-Jun-16 3:52 
GeneralRe: New language standards catering to abandoned libraries Pin
Eddy Vluggen15-Jun-16 3:54
professionalEddy Vluggen15-Jun-16 3:54 
GeneralRe: New language standards catering to abandoned libraries Pin
Nish Nishant15-Jun-16 4:20
sitebuilderNish Nishant15-Jun-16 4:20 
GeneralRe: New language standards catering to abandoned libraries Pin
Chris Maunder15-Jun-16 5:43
cofounderChris Maunder15-Jun-16 5:43 
GeneralRe: New language standards catering to abandoned libraries Pin
Nish Nishant15-Jun-16 5:43
sitebuilderNish Nishant15-Jun-16 5:43 
GeneralRe: New language standards catering to abandoned libraries Pin
Gary Wheeler15-Jun-16 7:52
Gary Wheeler15-Jun-16 7:52 
GeneralRe: New language standards catering to abandoned libraries Pin
Sander Rossel15-Jun-16 9:40
professionalSander Rossel15-Jun-16 9:40 
GeneralRe: New language standards catering to abandoned libraries Pin
Rob Grainger16-Jun-16 2:56
Rob Grainger16-Jun-16 2:56 
GeneralRe: New language standards catering to abandoned libraries Pin
Dan Neely16-Jun-16 3:37
Dan Neely16-Jun-16 3:37 
GeneralRe: New language standards catering to abandoned libraries Pin
Kiriander19-Jun-16 19:56
Kiriander19-Jun-16 19:56 
GeneralHow India eats Pin
Nish Nishant15-Jun-16 2:36
sitebuilderNish Nishant15-Jun-16 2:36 
GeneralRe: How India eats Pin
F-ES Sitecore15-Jun-16 2:45
professionalF-ES Sitecore15-Jun-16 2:45 
GeneralRe: How India eats Pin
Dan Neely15-Jun-16 3:10
Dan Neely15-Jun-16 3:10 
GeneralRe: How India eats Pin
Maximilien15-Jun-16 3:00
Maximilien15-Jun-16 3:00 
GeneralRe: How India eats Pin
Nish Nishant15-Jun-16 3:19
sitebuilderNish Nishant15-Jun-16 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.