Skip to content

Commit

Permalink
Merge pull request #96 from janbiedermann/topys
Browse files Browse the repository at this point in the history
Fox topys.
  • Loading branch information
fxn committed Nov 1, 2019
2 parents 43021d6 + 7d9a0b7 commit a8de493
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 a8de493

Please sign in to comment.