-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
good first issueSuggested for someone who is not yet familiar with the codebaseSuggested for someone who is not yet familiar with the codebaserefactoringNo API breakages. Work that only makes code to be nicer or allows for future functionalityNo API breakages. Work that only makes code to be nicer or allows for future functionality
Description
During work on type shifts, the coerce
gets sprinkled over the code.
Eventually, when types line-up - some of the coerce
sprinkled over the codebase become superfluous (Path -> Path
& such).
There probably shouldn't be many of them, but also finding & removing them would make the code not only cleaner also reducing their number - prevents type inference problems during work.
Metadata
Metadata
Assignees
Labels
good first issueSuggested for someone who is not yet familiar with the codebaseSuggested for someone who is not yet familiar with the codebaserefactoringNo API breakages. Work that only makes code to be nicer or allows for future functionalityNo API breakages. Work that only makes code to be nicer or allows for future functionality