HackerTrans
TopNewTrendsCommentsPastAskShowJobs

finaliteration

no profile record

comments

finaliteration
·8 lat temu·discuss
I’m not at all saying they should be an expert after a week. But learning those things is part of being a software developer/programmer and I don’t think, “Well the language sucks” is a valid argument.
finaliteration
·8 lat temu·discuss
I do agree it’s a complaint about the language. However, I think it does ultimately fall on the developer to know how to work with the language including the bad/ugly/awful parts. I also think not polluting the global scope is a pretty foundational thing to know or be aware of. It’s really easy to shoot yourself in the foot or have naming collisions/overwrites happen if you aren’t careful.

Another example would be memory allocation/freeing in a non-GC language. Sure, it’s a pain that I have to deal with it, but it’s still on me to make sure my application works in the language I’ve chosen and doesn’t leak memory all over the place.
finaliteration
·8 lat temu·discuss
My only complaint is the global scope pollution with the top-level variables and lack of ‘var’ for those. But other than that, I agree.
finaliteration
·8 lat temu·discuss
And here I can’t even get two goddamn <div>s to line up properly.