Avatar

Level 4
I prefer inline functions for simple one/two liner
result/fault handling and break them into seperate functions when
the handling logic gets more complicated. People have different
styles and I don't think there's one right/easier way.