Hacker News new | ask | show | jobs
by orange8 2287 days ago
Am comfortable using both OOP and functional styles, though I do enjoy the flexibility and terseness that can be produced from the functional approach.

What I meant by the comment is that when using TS, I just find it more easy and natural to go with the proper OOP approach. I think the very existence of a separate library to enable a more functional style in TS proves this goal has not been met yet.

1 comments

Functional languages usually have extensive standard library, while js does not. Adding it is not really a goal of ts.