Created
April 3, 2026 17:05
-
-
Save reqshark/ace6dd583947a1bdfd7ede9abd310160 to your computer and use it in GitHub Desktop.
why people switched to Go from JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Promises in Javascript trade one problem (callback nesting) for a worse one (silent failures). | |
| With callbacks you always knew when something broke. With swallowed errors, you have to add debug statements | |
| until you've tracked down where the error got swallowed. | |
| 10 seconds vs. 10 minutes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment