Y
Hacker News
new
|
ask
|
show
|
jobs
by
jazzyjackson
1129 days ago
the model is not effected by its inputs over time
its essentially a function that is called recursively on its result, no need to represent state
1 comments
chpatrick
1129 days ago
Being called recursively on a result is state.
link
jazzyjackson
1129 days ago
if you say so, but the model itself is not updated by user input, it is the same function every time, hence, stateless.
link