Are there any developer experience advantages for `x := 1` over `let x = 1`?
Uncategorized
2
Posts
2
Posters
0
Views
-
Are there any developer experience advantages for `x := 1` over `let x = 1`?
A `let` keyword probably improves parsing error behaviour, and makes declarations more visible.
:= is more concise though.
-
Are there any developer experience advantages for `x := 1` over `let x = 1`?
A `let` keyword probably improves parsing error behaviour, and makes declarations more visible.
:= is more concise though.
@wilfredh : requires a key combination on most keyboards as well: shift-; for qwerty. “let” feels easier to type even though it’s more keystrokes
-
R relay@relay.infosec.exchange shared this topic