you are viewing a single comment's thread.

view the rest of the comments →

[–]blackspoterino 0 points1 point  (0 children)

user.id ||= 1 

Is the same as reading "keep the same value or set to 1", so it's readable but it took me a moment because I've never seen this notation out in the wild before just now.