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
catamorphism opened this issue
Mar 30, 2012
· 2 comments
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I find the distinction between these two functions impossible to remember. I know they are taken directly from haskell, but it would be awesome if we could come up with more descriptive names, maybe that follow conventions we've established in the str and vec modules.
I had an issue open to do such for a while but blanked on any better names so closed it.
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
This is my fault -- there are functions called
from_maybe
,maybe
, and so on. Since we spell "maybe" as "option" in Rust, these should be renamed.The text was updated successfully, but these errors were encountered: