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
Sometimes we want to add more features to universum. But we don't want them be imported implicitly in every module. But instead of creating separate package universum-exended we can have Universum.Extended.* modules, which don't add extra new dependencies but contain useful features.
It's suggested to use universum with base-noprelude and add your custom Prelude module to your project. With this approach is extremely easy to make something from Universum.Extended.* available by default in every module.
One example of such function is new filter. Some people on Twitter don't like default filter. We could try to add to Universum.Extended and see how many people actually use this function in their projects.
Sometimes we want to add more features to
universum
. But we don't want them be imported implicitly in every module. But instead of creating separate packageuniversum-exended
we can haveUniversum.Extended.*
modules, which don't add extra new dependencies but contain useful features.It's suggested to use
universum
withbase-noprelude
and add your customPrelude
module to your project. With this approach is extremely easy to make something fromUniversum.Extended.*
available by default in every module.One example of such function is new
filter
. Some people on Twitter don't like defaultfilter
. We could try to add toUniversum.Extended
and see how many people actually use this function in their projects.Another possible candidate for this module - grouping functions from
serokell-util
The text was updated successfully, but these errors were encountered: