bbehe Burn it all down. 18410 Posts user info edit post |
#YOLO 5/5/2014 1:40:56 PM
|
BigMan157 no u 103356 Posts user info edit post |
replace all public with private, tell no one 5/5/2014 1:51:29 PM
|
bbehe Burn it all down. 18410 Posts user info edit post |
Calm down there, Satan. 5/5/2014 1:56:00 PM
|
BigMan157 no u 103356 Posts user info edit post |
minify all variable and method names to the smallest character count possible. delete comments. rebase repository. 5/5/2014 2:00:18 PM
|
bbehe Burn it all down. 18410 Posts user info edit post |
Congrats, you've just reinvented proguard. 5/5/2014 2:20:42 PM
|
Hiro All American 4673 Posts user info edit post |
i lol'd 5/5/2014 8:57:10 PM
|
BlackJesus Suspended 13089 Posts user info edit post |
I taught you better than that
5/5/2014 9:58:01 PM
|
bbehe Burn it all down. 18410 Posts user info edit post |
At most, you taught me a little mySQL 5/5/2014 10:27:56 PM
|
lewisje All American 9196 Posts user info edit post |
make all your external Javascript "async" and "defer" so your site loads faster
chase down all the Javascript errors in your debugger because of all the inline scripts
find out where the hell all those inline scripts come from in the templating engine, and wrap them in a cross-platform way to attach them to "window.onload" (and one of them in a cross-platform shim around "DOMContentLoaded" that uses "document.onreadystatechange" and finally "window.onload")
and no you still have to keep most of the global variables global because of inline event handlers
(re-)learn the hard way that in old IE, you async-defer any script that uses document.write at your own peril (async by itself is okay though, old IE doesn't understand it and other browsers deal with it fine)
wonder whether you should have maybe just refactored, I mean there's a fuckton of inline scripts that came with the CMS and though it may be mostly valid XHTML 1.0 Strict™ the way some of the JS is written, esp. in the CMS extensions, would make Douglas Crockford weep![](images/frown.gif) 5/6/2014 1:45:09 AM
|
bbehe Burn it all down. 18410 Posts user info edit post |
Modifying Java Byte code
![](http://www.markderksen.ca/wp-content/uploads/2013/06/tumblr_lglb2dJGeL1qzoxl6o1_500.jpg) 5/7/2014 2:03:33 PM
|