From 273ee011e8fe488dc431e1a4230543576a9435b5 Mon Sep 17 00:00:00 2001 From: Yoni Goldberg Date: Tue, 26 Sep 2017 12:14:27 +0300 Subject: [PATCH] toc --- readme-general-toc-2.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme-general-toc-2.md b/readme-general-toc-2.md index 7ad14a4e..6bc5ec8c 100644 --- a/readme-general-toc-2.md +++ b/readme-general-toc-2.md @@ -6,15 +6,15 @@ # Welcome to Node.js Best Practices -This repository summarizes and curates most of the knowledge gathered to date on Node.js best practices. It contains more than 53 quotes, code examples and diagrams from the highest ranked blog posts and StackOverflow threads. +Welcome to the biggest compilation of Node.JS best practices. The content below was gathered from all top ranked books and posts and is updated constantly - when you read here rest assure that no significant tip slipped away. Feel at home - we love to discuss via PRs, issues or Gitter. ## Table of Contents -* [Project Setup Practices](#project-setup-practices) -* [Code Style Practices](#code-style-practices) -* [Error Handling Practices](#error-handling-practices) -* [Going To Production Practices](#going-to-production-practices) -* [Deployment Practices](#deployment-practices) -* [Security Practices](#security-practices) +* [Project Setup Practices (18)](#project-setup-practices) +* [Code Style Practices (11) ](#code-style-practices) +* [Error Handling Practices (14) ](#error-handling-practices) +* [Going To Production Practices (21) ](#going-to-production-practices) +* [Testing Practices (9) ](#deployment-practices) +* [Security Practices (8) ](#security-practices)

# `Project Setup Practices`