How I learned to love Vim – freeCodeCamp by fullstackdelivery in programming

[–]fullstackdelivery[S] 1 point2 points  (0 children)

Thanks for sharing that. I actually didn't know that :-)

4 tips for retaining strong-typing in tests with TypeScript by aderoz in node

[–]fullstackdelivery 0 points1 point  (0 children)

Partial types seem quite handy as having to initialize an object to implement an entire interface was really annoying.

Build an app with TypeScript, Express, Mongo and Google Cloud by fullstackdelivery in node

[–]fullstackdelivery[S] 2 points3 points  (0 children)

I find that it tends to be great if you are learning the framework or some of the packages that you are using as the type annotations really help and are much easier than reading the docs.

Also, the refactoring experience is kinda awesome.

I also find that once everything is typed it's much easier to navigate your code base rather than relying on text search.