Hacker News new | ask | show | jobs
by valenterry 1243 days ago
> We try to keep applications stateless because state handling in most programming languages is pathological.

It's true that handling state is hard in most programming languages. But that's neither the only nor the most important reason why people try to keep applications stateless.