You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small pet peeve: I never understood why Rust (not to mention Go) didn't go with fun as the keyword for functions, so that the function name lines up with four space indentation of the code below 😊
I'm surprised you like that. To me, the alignment trips up my eyes so I see main as part of the function body, which of course it isn't. Having it offset makes line scanning easier in my brain.
Small pet peeve: I never understood why Rust (not to mention Go) didn't go with
fun
as the keyword for functions, so that the function name lines up with four space indentation of the code below 😊So instead of:
We'd have:
The text was updated successfully, but these errors were encountered: