Alex to PHP · 1 year agoRemove "final" keywords from classes and methods in vendor packages with Unfinalizelaravel-news.comexternal-linkmessage-square6fedilinkarrow-up116arrow-down10file-text
arrow-up116arrow-down1external-linkRemove "final" keywords from classes and methods in vendor packages with Unfinalizelaravel-news.comAlex to PHP · 1 year agomessage-square6fedilinkfile-text
minus-squareAlexOPlinkfedilinkEnglisharrow-up2·1 year agoIn my opinion, the package itself is bad. It suggests by its very existence that final is bad. It tempts to use dependencies in a way that was not intended by their developers.
minus-squaredbx12linkfedilinkarrow-up1·1 year agoYes the package pushes the notion “final is bad”. Throw both into the trash.
In my opinion, the package itself is bad. It suggests by its very existence that
final
is bad. It tempts to use dependencies in a way that was not intended by their developers.deleted by creator
Yes the package pushes the notion “final is bad”. Throw both into the trash.