seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
649 stars 13 forks source link

Rename from `environment` to `context` #152

Closed gustavoguichard closed 2 months ago

gustavoguichard commented 2 months ago

Environment has always been a word which required some "context" (🥁) to be understood while context is arguably easier.

This change won't be breaking because we are deprecating EnvironmentError and isEnvironmentError and it can be easily replaced by ContextError and isContextError.