mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-29 16:46:01 +08:00
Update readme-copy.md
This commit is contained in:
@ -44,7 +44,7 @@ This repository summarizes and curates most of the knowledge gathered to date on
|
|||||||
|
|
||||||
**Otherwise:** Node.JS callback style, function(err, response), is a promising way to un-maintainable code due to the mix of error handling with casual code, excessive nesting and awkward coding patterns
|
**Otherwise:** Node.JS callback style, function(err, response), is a promising way to un-maintainable code due to the mix of error handling with casual code, excessive nesting and awkward coding patterns
|
||||||
|
|
||||||
🔗 [Further Reading: Use async-await for async error handling](/sections/errorhandling/asyncawait.md)
|
🔗 [**Use async-await for async error handling**](/sections/errorhandling/asyncawait.md)
|
||||||
|
|
||||||
|
|
||||||
# Going To Production Practices
|
# Going To Production Practices
|
||||||
|
|||||||
Reference in New Issue
Block a user