I much prefer this, though I accept its not without problems in some cases. I find that say Javascript in comparison has a lot of syntactic noise; it's all annoyingly boiler-plate.
Maybe JS's implicit-return-in-arrow-functions is a better compromise.
When reading code, my eye will immediately notice the `return` keyword and will have less to think about in terms of code execution.
The `return` keyword makes for great readability.