9

I know I rag on Javascript, but this is actually how I see it. It always did what I needed, but I am not enamored nor dismayed by it. I think the technology behind it is pretty cool too.

Comments
  • 2
    Python is fine.
  • 2
    I feel like Fine ans Shit should be swapped in this meme :)

    If you are unexperienced and dumb, you see it as shit. If you are very experienced and intelligent, you see it as shit.
    Most devs are quite regular with average experience and intelligence. And they find JS fine.
  • 2
    As long as you don't get hit by the many many weird gotcha in JS, then its fine.
  • 2
    I actually picked my brain a bit this week while dealing with bullshit nestjs and typeorm, and managed to shit out a decently half baked generic API controller with full typescript support, and without bullshit eval nor code gen tools.

    Kinda similar in concept to c++ variadic templates and anonymous classes.

    Managed to reduce my client's codebase size by 80%. (And secure me the gig longtime cuz I don't think their node devs can tinker with it on their own.

    Must agree that while, of course, dealing with clownshit was frustrating, as always, I kinda enjoyed the process, and now I can say I have a much more in depth knowledge of the shenanigans typescript does.
  • 2
    @magicMirror Kind of like trying to not get hit by water drops during a rain storm.
  • 1
    lmao, same. I just don't get what the endless complaining is about. Skill issue, maybe?
Add Comment