Better Programming

Advice for programmers.

Follow publication

Member-only story

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Bill Wohlers
Bill Wohlers

Written by Bill Wohlers

Software engineer at Candid Health

Responses (13)

Write a response

This my purely subjective experience and other developers most likely have different ones, but:
I am really happy, if there are not too many "batteries" included in a library or a framework, when I start a project.
The nice thing about beginning an…

54

Nest is great alternative; however, it’s been my experience that it’s documentation is lacking and the heavy use of decorators are not as straightforward as express.

25

Every time I see something like this it reminds me of the over-engineering in the Java world. It almost feels like a Java developer discovered NodeJS as an alternative and then carried over their baggage. Sure there are use cases, but often simple…

89