Alex@programming.dev to PHP@programming.dev · 1 year agoRemove "final" keywords from classes and methods in vendor packages with Unfinalizelaravel-news.comexternal-linkmessage-square7fedilinkarrow-up115arrow-down10file-text
arrow-up115arrow-down1external-linkRemove "final" keywords from classes and methods in vendor packages with Unfinalizelaravel-news.comAlex@programming.dev to PHP@programming.dev · 1 year agomessage-square7fedilinkfile-text
minus-squareAlex@programming.devOPlinkfedilinkEnglisharrow-up1·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-squareTheCee@programming.devlinkfedilinkarrow-up2·edit-21 year agoThis. And, unlike Lombok, there is no -deUnfinalize. Sure seems like youre stuck with fixing your codebase, when this thing finally folds.
minus-squaredbx12@programming.devlinkfedilinkarrow-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.This. And, unlike Lombok, there is no -deUnfinalize. Sure seems like youre stuck with fixing your codebase, when this thing finally folds.
Yes the package pushes the notion “final is bad”. Throw both into the trash.