-
Notifications
You must be signed in to change notification settings - Fork 62
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
Code optimization #114
Code optimization #114
Conversation
Codecov Report
@@ Coverage Diff @@
## master #114 +/- ##
=========================================
Coverage 88.21% 88.21%
+ Complexity 244 242 -2
=========================================
Files 15 15
Lines 789 789
=========================================
Hits 696 696
Misses 93 93
Continue to review full report at Codecov.
|
IMO we should drop the 2 commits we discussed. otherwise this looks good to me. thx for the PR. |
I've removed these two commits. Now everything should be OK. |
can I ask you to squash the commits a bit into reasonable units? THX |
Direct comparison is faster Type casting is faster
unnecessary type casting redundant else keyword resolving tests errors - type casting pretty fix pretty fix
Code optimization using PHPStorm plugin.