Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Latest commit

 

History

History
58 lines (40 loc) · 3.24 KB

CODE_RECOMMENDATIONS.md

File metadata and controls

58 lines (40 loc) · 3.24 KB

Node.js code recommendations

Here are some of the recommendations we have come up based on perf-quest.

This document is a output of this issue

It is always interesting to read about what we should or should not do related to performance. Doing so based on test results is even better.

Results

How to contribute

Sources used to make the tests

Our current plan on this issue is to write test cases to get results based on:

  1. Our doubts and project needs.
  2. Try to cover affirmations like 'Don't do X, don't do Y' found in videos and blogs.

example: "Don't use prototypes because this has a bad performance"