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
{{ message }}
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
notes: there are several helpers that are easily readable and save code. First differentiation I could imagine is the return/throw keyword replacement.
SHOULD use the explicit keywords if, throw, return over Laravel short helpers.
Dynamic "const" methods - UPPER_SNAKE_CASE
Image::PATH_PATTERN() vs Image::getPathPattern() - the pattern is generated by config values (function calls) but is something like a constant.
MUST use normal method naming also for macro/const like methods.
make it clearer when to use string interpolation, sprintf() and concationation.
to be defined
AttachModelToRelationAction
vsAttachModelToRelationAction
pivot
vsattribute_category
abort()
&throw()
helperThe text was updated successfully, but these errors were encountered: