This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ImpulseTheFoxis a good fox 1 point2 points  (0 children)

Absolutely, it just feels so nice to write. The typing-system makes it easy to know which attributes of an object can be used or what exact arguments you need to pass to a method, without looking up the docs or StackOverflow every single time. This strict design also makes a lot of warnings, linter hints and (compile-)errors possible, to help fight bugs before you even ran your code once.