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
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
In fixing #108 we introduced a few transparent wrapper types for strings so that we could more explicitly type what kinds of strings are expected in some cases and cut down on the amount of repeated documentation for those strings.
In #379 , we aligned on the possibility that this could be a useful pattern for two new stringly types: slugs and petnames.
We should evaluate potentially making wrappers for these types. The wrappers could be implemented to force validation during initialization, thereby cutting down on the need to guard all usages of slug/petname stringly types against possible misuse.
The text was updated successfully, but these errors were encountered:
In fixing #108 we introduced a few transparent wrapper types for strings so that we could more explicitly type what kinds of strings are expected in some cases and cut down on the amount of repeated documentation for those strings.
In #379 , we aligned on the possibility that this could be a useful pattern for two new stringly types: slugs and petnames.
We should evaluate potentially making wrappers for these types. The wrappers could be implemented to force validation during initialization, thereby cutting down on the need to guard all usages of slug/petname stringly types against possible misuse.
The text was updated successfully, but these errors were encountered: