miniblog.
← Back to all posts
Wilfred Hughes
Jul 20, 2019 at 18:49
I find it easier to remember markdown link syntax: I use it a lot and rarely use competing structured text syntax. Return types seem much harder. function foo() -> int function foo(): int int foo() I encounter all of these regularly!