1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 21:34:03 +00:00
laravel-tips/content/tips/dedicate-a-weekend-towards-learning-proper-oop.md
2021-04-07 20:16:47 +02:00

496 B

title tweet_id thread_slug author_username images created_at slug
Dedicate a weekend towards learning proper OOP 1272822460631539712 laravel-clean-code-tactics samuelstancl
2020-06-16T09:24:57+00:00 dedicate-a-weekend-towards-learning-proper-oop

Know the difference between static/instance methods & variables and private/protected/public visibility. Also learn how Laravel uses magic methods.

You don't need this as a beginner, but as your code grows, it's crucial.