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
The prettyerr package is responsible for the construction and formatting of errors. The package supports the ability to define multiple error formats for different use cases (ex: human errors, linters...). The name prettyerr gives a wrong impression of where the package should be used for.
I would like to propose to rename the package to formatters. The Prettifier methods could be renamed to Human to indicate that the formatted errors are meant for human consumption. Future linters will be added inside this package.
The text was updated successfully, but these errors were encountered:
The
prettyerr
package is responsible for the construction and formatting of errors. The package supports the ability to define multiple error formats for different use cases (ex: human errors, linters...). The nameprettyerr
gives a wrong impression of where the package should be used for.I would like to propose to rename the package to
formatters
. ThePrettifier
methods could be renamed toHuman
to indicate that the formatted errors are meant for human consumption. Future linters will be added inside this package.The text was updated successfully, but these errors were encountered: