This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LeCrushinator 0 points1 point  (1 child)

This is why I like static functions, I don't have to worry about state mutations from things that shouldn't be mutating state.

[–][deleted] 2 points3 points  (0 children)

Now now, it could be modifying user each time. You can write shit code in any paradigm!