-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit is part of a series that tries to improve readability and maintainability of the sync code. I've limited the scope of this commit mostly to the non-exported functionality. Changes include: - Prefer `distinct string` to an `object` with one `string` field. - Inline some trivial procs that are only called in one place. - Improve some identifier names. In particular, try to better distinguish between file paths and slugs. - Remove an unnecessary field. - Add some `requiresInit` annotations. - General style tweaks. This is a squashed commit. See #307 for the pre-squash commits. See also: - #64, which tracks the refactoring of the sync code.
- Loading branch information
Showing
2 changed files
with
60 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters