Hacker News new | ask | show | jobs
by fideloper 846 days ago
This mirrors my experience exactly - it took me an embarrassingly long time to learn about http and what it means to be stateless.

It also took learning other languages to understand how PHP is so unique in how tied to HTTP it is (rebuilding its entire universe every request).

(these learnings happened when moving beyond the PHP-based CMS style of development - agency style work on my case - to make more custom software).

1 comments

I imagine it took you awhile to understand what “stateless“ meant, because you weren’t exposed to the default state-fullness of most other languages, so didn’t realize stateless wasn’t the default.
Yeah, that's for sure true.