Yeah. The only time I've wanted to see it is in th...
# getting-started
k
Yeah. The only time I've wanted to see it is in the stdlib's
TODO()
function, which just always throws an exception. You can throw
TODO()
anywhere and it will be accepted, so it's really helpful when stubbing out methods to allow compilation to still occur
👍 1