Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartpb/catcher
Microscopic Node error helpers
https://github.com/stuartpb/catcher
Last synced: 21 days ago
JSON representation
Microscopic Node error helpers
- Host: GitHub
- URL: https://github.com/stuartpb/catcher
- Owner: stuartpb
- Created: 2013-01-10T01:25:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T22:51:01.000Z (over 8 years ago)
- Last Synced: 2024-08-10T06:58:10.467Z (6 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# catcher
Microscopic Node error helpers
## Oh hey, this thing!
This was going to be my first published NPM package. (I might have actually published it, now that I think of it.)
The idea was not unlike the `.catch` part of Promises, meant for a world where Nodebacks were the lingua franca of async.
Now that we all just do our async with Promises, it's kind of pointless. (Also, having moved to Promises myself, I now get that this error handling stuff is the main reason why Nodebacks aren't really a good standard convention.)