Hacker News new | ask | show | jobs
by classichasclass 1721 days ago
I understand the frustration, but as someone having to debug browser bugs with JavaScript edge cases, minified (and in this case ultra-obfuscated) JS is hell on earth to untangle and I wish people wouldn't.
1 comments

Just making sure - you're using js source maps, right? The minifaction should be adding significant pain in your debugging process.
That blog is horrific on mobile
IME, code on prod rarely ships with a sourcemap. and as far as i can tell, GP is talking about other people's minified code, not something where they control the build process