this post was submitted on 28 Sep 2023
4 points (75.0% liked)

TypeScript

825 readers
1 users here now

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] lolcatnip@reddthat.com 1 points 1 year ago

Having used the Closure compiler quite a lot, my main impression of it is that it's pretty painful to use compared to Typescript. It was especially awful before ES6 because your files would be full of lines like

fully.qualified.class.Name.prototype.methodName = function(...) {

It was just genuinely hard to read and obnoxious to write.