show/hide this revision's text 3 made title specific to question (and accepted answer)

Should you Why does Bing obfuscate your Javascripttheir JavaScript?

I was surfing the web, as usual and I wanted to take a look at Bing's source code because I was curious and wanted to know what they were using to make their image fade in. I was surprised by what could only be qualified by the following line :

Holy wall of text!

And it made me wonder if there is any advantage to obfuscate your (X)HTML, CSS and Javascript JavaScript like this? To reduce the size of the file perhaps?


Edit : After looking around, I realized this was a pretty common praticepractice. Never looked at it from a minification point of view before!

show/hide this revision's text 2 added 136 characters in body

I was surfing the web, as usual and I wanted to take a look at Bing's source code because I was curious and wanted to know what they were using to make their image fade in. I was surprised by what could only be qualified by the following line :

Holy wall of text!

And it made me wonder if there is any advantage to obfuscate your (X)HTML, CSS and Javascript like this? To reduce the size of the file perhaps?

Edit : After looking around, I realized this was a pretty common pratice. Never looked at it from a minification point of view before!

show/hide this revision's text 1

Should you obfuscate your Javascript?

I was surfing the web, as usual and I wanted to take a look at Bing's source code because I was curious and wanted to know what they were using to make their image fade in. I was surprised by what could only be qualified by the following line :

Holy wall of text!

And it made me wonder if there is any advantage to obfuscate your (X)HTML, CSS and Javascript like this? To reduce the size of the file perhaps?