You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When one uses Pitch.Spelling downstream, they need to import not only the SpelledPitch module, but also the Pitch module.
Instead, if we rename Pitch.Spelling to PitchSpelling, and pull Pitch.Spelling out from under the extension of Pitch, someone can use it at the appropriate level of abstraction.
It is worth auditing how much breaks downstream (though in the end it may be for the better).
The text was updated successfully, but these errors were encountered:
When one uses
Pitch.Spelling
downstream, they need to import not only theSpelledPitch
module, but also thePitch
module.Instead, if we rename
Pitch.Spelling
toPitchSpelling
, and pullPitch.Spelling
out from under the extension ofPitch
, someone can use it at the appropriate level of abstraction.It is worth auditing how much breaks downstream (though in the end it may be for the better).
The text was updated successfully, but these errors were encountered: