85 Commits

Author SHA1 Message Date
29eefda372 translated operational vs programmer error 2019-03-14 12:45:38 -03:00
7bb737aadd correted a typo 2019-03-14 12:44:59 -03:00
78217bbe6d translated use only the built-in Error 2019-03-13 23:25:02 -03:00
c85ff26851 fixed typo 2019-03-13 23:17:08 -03:00
965023065f Fixed some typos 2019-03-13 22:46:11 -03:00
cfce3611a5 translated code comments 2019-03-13 22:18:22 -03:00
add174d4aa translated async error handling 2019-03-13 21:43:28 -03:00
f0670e0e81 Merge BR translation into master (#351)
Merge BR translation into master, finally!

Please turn on the `No Whitespace` option during review.

![image](https://user-images.githubusercontent.com/2608321/53858802-7dba0a00-4001-11e9-998b-3506e012b357.png)

/cc @marcelosdm 

Closes: https://github.com/i0natan/nodebestpractices/issues/223
2019-03-10 12:31:22 +05:30
fa9764ba9c missing bracket
added requested changes
2018-12-12 12:40:43 -08:00
d6d0d36203 Typo && Spacing
There was an extraneous space. I also updated functions syntax to follow the style guide referenced in other parts of this document. These functions could potentially be updated to es6 as well.
2018-12-11 13:58:19 -08:00
bf415fa889 updates based on feedback 2018-11-03 12:09:19 -05:00
a94dd7e70d ES6 Class Syntax refactor (#250)
* ES6 Class Syntax refactor

* Capitalize Class name

* Missing capitalisation in object
2018-09-25 15:00:18 +05:30
6682078974 Merge branch 'master' into patch-1 2018-09-15 20:55:43 +03:00
a7c8abe85c init 2018-09-15 17:32:12 +03:00
986f0bef42 If condition changed 2018-09-11 16:45:08 +02:00
8213f9da6f 'throwing' an Error from a Promise with async f 2018-09-06 02:37:06 +02:00
761fe191b0 Use ES6 async/await in the example
Hi, I'm a beginner developer. I think now it's more clear with ES6 Async/await and arrow function.

I didn't use try-catch because throw. I'm just practising! Any suggestion is very welcome
2018-09-04 14:21:20 +02:00
d201eff482 Merge pull request #216 from vkarpov15/patch-1
add some notes about mongoose to error handling
2018-08-19 16:38:24 +03:00
6dfda3f6e2 Update centralizedhandling.md 2018-08-19 16:38:03 +03:00
5fbcc19c6b update notes to point to Raygun, Rollbar, and Sentry, and remove ODM reference 2018-08-11 08:43:16 -04:00
8ae2d67ec9 Added missing semicolon 2018-07-23 22:32:08 -04:00
81b472ccd1 Fixed missing code block ending indicator 2018-07-23 22:30:17 -04:00
b9613c84d0 Added missing bracket 2018-07-23 22:26:32 -04:00
515bad54b7 Added missing line 2018-07-23 22:25:02 -04:00
9ce38a419b Fixed typo 2018-07-23 22:22:13 -04:00
219cbdafd0 Used async/await syntax over chaining .then's 2018-07-23 22:19:32 -04:00
b76d326f35 add some notes about mongoose to error handling 2018-07-22 09:41:19 -04:00
36af008cc7 Constructor function in error should be uppercase
Its perhaps a small thing but important for newbies I guess as constructor classes (functions) are usually uppercased in javascript:
https://stackoverflow.com/questions/1564398/javascript-method-naming-lowercase-vs-uppercase
2018-07-11 00:46:29 +02:00
1b6360413a made the requested changes for pull request 2018-04-22 17:47:22 +05:30
e2ca2c6ea8 fix grammar and formatting in all files 2018-04-22 16:53:06 +05:30
090a051dff Fix typo in documentingusingswagger.md
minor typo
2018-03-26 12:41:47 -04:00
e77c3fe002 Merge pull request #149 from MattJin/master
[Chinese-translation]Complete the initial version
2018-03-11 15:35:30 +02:00
d44133006f Changed position of blog quote to match guidelines 2018-03-10 10:29:36 +01:00
ecd7d95d22 Format text 2018-03-10 12:57:28 +06:30
37667105fe Update shuttingtheprocess.md
Fix indentation for errorHandler() and add missing closing bracket.
2018-03-09 11:54:26 -05:00
3584977063 Merge pull request #15 from MattJin/master
merge
2018-02-26 21:34:43 +08:00
4df1334fbf Extended Node.js naming convention fix 2018-02-18 00:11:40 +01:00
3f3f7b96f0 [Chinese-translation]little changes. 2018-01-15 18:50:20 +08:00
4b51b9a193 [Chinese-translation]little change. 2018-01-15 18:45:48 +08:00
13802c25f0 [Chinese-translation]some changes. 2018-01-12 10:01:46 +08:00
9a507f1ed1 Merge pull request #9 from i0natan/master
merge changes from master
2018-01-02 16:20:41 +08:00
555cd182cb Optimized sytax and fixed typos 2017-12-27 15:36:03 +01:00
45c29a7b51 prettify and unify the syntax 2017-12-26 22:55:37 +08:00
35ff7860bf [Chinese-translation]documentingusingswagger.chinese.md - add. 2017-12-22 10:56:08 +08:00
3004d929a5 [Chinese-translation] useonlythebuiltinerror.chinese.md - add. 2017-12-22 10:17:03 +08:00
24b8b74d66 [Chinese-translation] asyncerrorhandling.chinese.md & centralizedhandling.chinese.md & operationalvsprogrammererror.chinese.md - add. 2017-12-21 19:49:42 +08:00
7cee062ba3 [Chinese-translation]apmproducts.chinese.md & operationalvsprogrammererror.chinese.md -- add 2017-12-19 22:51:42 +08:00
165d3ea058 [Chinese-translation]usematurelogger.chinese.md - add. 2017-12-18 22:39:28 +08:00
077af11db3 [Chinese-translation]failfast.chinese.md - add. 2017-12-18 22:10:28 +08:00
7f359a6f37 [Chinese-translation] failfast.chinese.md & useonlythebuiltinerror.chinese.md - init. 2017-12-17 23:02:07 +08:00