Anything else lol. Functions and data work fine, but since I started using typescript I find myself being nudged more and more in the direction of using objects. Python classes make way more sense (despite their own problems).

Reply to this note

Please Login to reply.

Discussion

Never got that typescript hype. Fine with JSDoc and validating data when necessary.

But also never did something as big as coracle tbh

Typescript feels more productive than I think it really is

I think Typescript is great when you want the benefits of object-oriented code but you still want to go rogue and do weird JS stuff when it's convenient