Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
the_duke
on May 15, 2019
|
parent
|
context
|
favorite
| on:
PHP in 2019
What isn't fake is that Laravel uses magic methods everywhere, especially in the ORM layer.
There are way too many magic things happening under the hood for my taste.
munk-a
on May 15, 2019
|
next
[–]
Magic methods in PHP are very commonly used to help reduce code verbosity - having come from working mostly in C++ I appreciate being able to express things succinctly.
malinens
on May 16, 2019
|
parent
|
next
[–]
Much more important for code, especially library code is readability
mjlangiii
on May 16, 2019
|
prev
[–]
Laravel is moving away from magic methods to using facades, FWIW.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
There are way too many magic things happening under the hood for my taste.