5

You know what I fucking LOVE? Cross platform. I love working with shitty JavaScript CRAP that not only is interpreted (i.e. parsed and processed for EVERY user for EVERY execution) but is also just so fucking easy to debug. I love the fact that management is making not only architecture but technology decisions in the name of initial development time, forgetting that they are exponentially increasing maintenance time. I can't get over my affection for waiting for the bloody CI to build both platforms and because some fucker commits his shite straight to master blocks the generation of BOTH platforms artifacts.

Comments
  • 1
    Js isn't parsed for every execution. When the JIT compiler has optimized the compiled code it'll just run it like usual in the VM
  • 0
    @inaba my management is thrilled
Add Comment