3
Lalle
4y

TFW you started coding in python and then you try to code in other languages but you always forget that damn ;

Comments
  • 2
    Got the same with Rust and return statements (the value of the last expression in a function is returned, so the return statement is mostly used for guarded returns). It gets especially bad when returning to python or js, since they have no way to know that I meant to return that last expression
Add Comment