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
This looks like a good inflections library, but it would be good to reduce the footprint by extracting the octopii, mice, and friends into an optional companion module. There are several reasons to propose this:
Performance - Particularly when the library's loaded on-demand into a web client, it should be minimal.
Extensibility and the avoidance of bikeshedding concerns - Rails inflections is now frozen [1] because of all the problems pinning down the default rules. It would be cleaner to factor these out to an optional companion module.
This looks like a good inflections library, but it would be good to reduce the footprint by extracting the octopii, mice, and friends into an optional companion module. There are several reasons to propose this:
The text was updated successfully, but these errors were encountered: