Thread context
3 posts in path
Root
@ghostwriter@phpc.social
Open
@ghostwriter@phpc.social
#Laravel often ignores widely accepted best practices for a long time, and then when it finally adopts them, it presents the change as if it just discovered something new… even though the broader #PHP
Parent
@peach@phpc.social
Open
@peach@phpc.social
@ghostwriter@phpc.social what are the things that have stuck out the most that you've found?
A functional mind hosted in an object oriented brain. ✊🏿🖤 ✊🏻 # BlackLivesMatter 🇵🇸 # FreePalestine 🇺🇦 # StandWithUkraine
I write reminders to myself here.
phpc.social
A functional mind hosted in an object oriented brain. ✊🏿🖤 ✊🏻 # BlackLivesMatter 🇵🇸 # FreePalestine 🇺🇦 # StandWithUkraine
I write reminders to myself here.
phpc.social
@ghostwriter@phpc.social
·
Feb 27, 2026
@peach@phpc.social to many things.
type declarations, traits (everywhere), no final, attributes, facades, eloquent (magic everywhere/god class), Macroable, No strict typing ( Girgias/unify-typing-modes-rfc passes), Bad encapsulation (protected memebers because everything "extends" something) tight coupling, global function (namespace please), Dependency Injection (composition)
View full thread on phpc.social