From 7d9a0b76913c88ed002b548cf9a0b1ecbe6cfc36 Mon Sep 17 00:00:00 2001 From: Jan Biedermann Date: Fri, 1 Nov 2019 22:00:23 +0100 Subject: [PATCH] Fox topys. --- PROJECT_RULES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROJECT_RULES.md b/PROJECT_RULES.md index da050bb..a329468 100644 --- a/PROJECT_RULES.md +++ b/PROJECT_RULES.md @@ -60,7 +60,7 @@ We sacrifice there a bit of precision in order to communicate better. Some Ruby ## Performance -Zeitwerk is infraestructure, should have minimal cost both in speed and memory usage. +Zeitwerk is infrastructure, should have minimal cost both in speed and memory usage. Be extra careful, allocate as less as possible, store as less as possible. Use always absolute file names for `autoload` and `require`. @@ -70,7 +70,7 @@ Log always using this pattern: log(message) if logger ``` -to avoid unncessary calls, and unnecessary computed values in the message. +to avoid unnecessary calls, and unnecessary computed values in the message. Some projects may have hundreds of root directories and hundreds of thousands of files, please remember that.