Skip to content

Commit

Permalink
Fox topys.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbiedermann committed Nov 1, 2019
1 parent 43021d6 commit 7d9a0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROJECT_RULES.md
Expand Up @@ -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`.

Expand All @@ -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.

Expand Down

0 comments on commit 7d9a0b7

Please sign in to comment.