Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
irobeth
on May 11, 2023
|
parent
|
context
|
favorite
| on:
Go with PHP
> when it goes wrong you find yourself sifting through OOP-obfuscated layers of framework and libraries just to find out how exactly your controller is called.
debug_backtrace() has always been my friend in situations like this
nine_k
on May 11, 2023
[–]
Indeed so. But there's value in an ability to find out such things without running the code, just by looking at it.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
debug_backtrace() has always been my friend in situations like this