<@U5EBQJ7B3> that would make it difficult to see i...
# announcements
j
@igoticecream that would make it difficult to see if a function returns Nothing or Something Also, doing something like this:
Copy code
return (blah) {
   
}
and you forget to return something in the lambda, you could potentially be returning the wrong type and not even notice it otherwise I can think of interfaces where having a return type is is mandatory, so making functions not use them is kinda inconsistent