-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add trap()->code()
sugar
#103
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #103 +/- ##
============================================
+ Coverage 24.21% 24.25% +0.04%
- Complexity 1122 1123 +1
============================================
Files 129 129
Lines 3403 3405 +2
============================================
+ Hits 824 826 +2
Misses 2579 2579 ☔ View full report in Codecov by Sentry. |
Need to think about the meaning. Also tests and a function description are required. |
I think highlight because even in the documentation the section is called highlight and we are talking about output If we speak syntax or language, it is not immediately clear what exactly this affects |
Co-authored-by: Aleksei Gagarin <roxblnfk@ya.ru>
Thanks |
What was changed
Nothing changes, just sugar
Before
After
Why?
The presence of a method will give you an immediate understanding of the presence of this feature even without referring to the documentation, it will be easier to remember, and it will be immediately clear what’s what
Checklist