mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-30 17:17:03 +08:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@ -9,7 +9,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://img.shields.io/badge/⚙%20Item%20count%20-%2084%20Best%20Practices-blue.svg" alt="84 items"> <img src="https://img.shields.io/badge/%F0%9F%93%85%20Last%20update%20-%20October%2012%202019-green.svg" alt="Last update: Oct 12, 2019"> <img src="https://img.shields.io/badge/ %E2%9C%94%20Updated%20For%20Version%20-%20Node%2012.12.0-brightgreen.svg" alt="Updated for Node 12.12.0">
|
<img src="https://img.shields.io/badge/⚙%20Item%20count%20-%2085%20Best%20Practices-blue.svg" alt="85 items"> <img src="https://img.shields.io/badge/%F0%9F%93%85%20Last%20update%20-%20November%2012%202019-green.svg" alt="Last update: Oct 12, 2019"> <img src="https://img.shields.io/badge/ %E2%9C%94%20Updated%20For%20Version%20-%20Node%2012.12.0-brightgreen.svg" alt="Updated for Node 12.12.0">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
@ -22,20 +22,16 @@ Read in a different language: [**CN**](/README.chines
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
###### Our steering committee member, Yoni Goldberg, will speak this month about Node.js practices at [Verona](https://2019.nodejsday.it), [Kharkiv](https://kharkivjs.org) and Atlanta (more details soon)
|
|
||||||
|
|
||||||
###### Built and maintained by our [Steering Committee](#steering-committee) and [Collaborators](#collaborators)
|
###### Built and maintained by our [Steering Committee](#steering-committee) and [Collaborators](#collaborators)
|
||||||
|
|
||||||
# Latest Best Practices and News
|
# Latest Best Practices and News
|
||||||
|
|
||||||
- **New best practice:** 4.3: [Testing with the AAA pattern](#4-testing-and-overall-quality-practices)
|
- **✅ New best practice:** 7.1: [Don't block the event loop](#7-draft-performance-best-practices) by Keith Holliday
|
||||||
|
|
||||||
|
- **🇷🇺 Russian translation:** The amazing Alex Ivanov has just published a [Russian translation](/README.russian.md)
|
||||||
|
|
||||||
- **We seek typescript contributors:** want to help contributing TypeScript examples? please approach by opening an issue
|
- **We seek typescript contributors:** want to help contributing TypeScript examples? please approach by opening an issue
|
||||||
|
|
||||||
- **All Contributors:** We're now using the [All Contributors Spec](https://allcontributors.org/) to recognise all types of contributions to the repo. Thanks again for all our current, and future contributors ♥️
|
|
||||||
|
|
||||||
- **JavaScript testing best practices:** 🏆 Yoni & friends have launched a new testing best practices repository, with comprehensive and exhaustive JavaScript & Node.js testing best practices. [Check it out here!](https://github.com/goldbergyoni/javascript-testing-best-practices)
|
|
||||||
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
# Welcome! 3 Things You Ought To Know First
|
# Welcome! 3 Things You Ought To Know First
|
||||||
@ -56,7 +52,7 @@ Read in a different language: [**CN**](/README.chines
|
|||||||
4. [Testing And Overall Quality Practices (12) ](#4-testing-and-overall-quality-practices)
|
4. [Testing And Overall Quality Practices (12) ](#4-testing-and-overall-quality-practices)
|
||||||
5. [Going To Production Practices (18) ](#5-going-to-production-practices)
|
5. [Going To Production Practices (18) ](#5-going-to-production-practices)
|
||||||
6. [Security Practices (25)](#6-security-best-practices)
|
6. [Security Practices (25)](#6-security-best-practices)
|
||||||
7. [Performance Practices (1) (In Progress️ ✍️)](#7-draft-performance-best-practices)
|
7. [Performance Practices (2) (Work In Progress️ ✍️)](#7-draft-performance-best-practices)
|
||||||
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user