It’s not published yet, but I would love some feedback before it goes live later this week.
Published!
Thanks for taking a look and providing feedback!
It’s not published yet, but I would love some feedback before it goes live later this week.
Published!
Thanks for taking a look and providing feedback!
I would mention Result as well.
Rust devs are proud that they do not need to throw exceptions everywhere.
I’d also mention the fact that the last expression in a function is the result (no need for return), and that most structures are expressions (like if else is an expression, etc)
Great suggestions! I’ve added a section for result and for expressions and the lack of explicit return statements.
you won’t find
any
orunknown
types in ReScript
I am sorry to break it to you, but there is an unknown type.
But it is just a predefined abstract type.
Ah! The more you know!
How would one actually encounter this type?
For instance:
Thanks for the feedback! I published it earlier today and so far it’s getting some decent views