-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
assertIssues and PRs related to the assert subsystem.Issues and PRs related to the assert subsystem.discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.
Description
I feel that maintaining the assert
module as part of node has been an unnecessary distraction for the project for a long time. If you search for assert
across issues and PRs, 2360 results turn up. Now major features are being added, such as diffs and colored error messages, so it seems like it's only getting worse.
At the same time the module is classified as "stable" and hasn't been able to correct all the weirdness of the original CommonJS spec, leading to surprises when users don't use the "strict" and "deep" versions of the methods.
Liberating the module from core would allow it to evolve, and hopefully new users would stop picking it up "by default" and being surprised by its quirks.
sunesimonsen, gustavnikolaj and 75lbBridgeAR
Metadata
Metadata
Assignees
Labels
assertIssues and PRs related to the assert subsystem.Issues and PRs related to the assert subsystem.discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.