You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
To me the real value add when we stay with functions rather than classes is that testing becomes a lot easier. TDD is something that isn't to time consuming anymore, and therefore can be done because budgets for testing stay reasonably small.
Modular code and TDD is the only thing that gets you scalable codebases when you grow a business and start adding new devs at high pace.
I think the docs should therefore talk about this very important fact and have an example using e.g. Jest.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be very nice to put some "real world" examples when explaining each method. Right now we mostly have only the signature of the method.
The text was updated successfully, but these errors were encountered: