Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fox topys. #96

Merged
merged 1 commit into from Nov 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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