You are viewing a single comment's thread from:
RE: QUIQQER Core and QUIQQER Log Update - Chaos issues
Thank you for your contribution.
- you can write
$errorlevel |= E_WARNING
- you may want to cache / shorten the channel
self::getPackage()->getConfig()
, doesgetPackage()
returnnull
sometimes? - you might consider using
let
orconst
to replacevar
. - have you considered using
async/await
to make your promises look nicer? - It is generally not a good idea to comment out the code. instead, code not needed should be just removed.
$Parent->getAttribute('order_type')
can be extracted as a variable.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
Thanks for looking over it. Really. That helps a lot
Thank you for your review, @justyy! Keep up the good work!