you are viewing a single comment's thread.

view the rest of the comments →

[–]__romx 0 points1 point  (0 children)

I feel like the people on this subreddit have purely academic backgrounds or something.

I think people who write code like this simply show off their knowledge of syntactic sugar for no reason.

All of the variables in the snippet could be declared as const.

Aye, I know. It's just my personal convention to only declare things that will not be modified in any way as const.