Wed
Dec
16
No returns
Chris Wanstrath makes a good point about an ugly way to initialize a variable, but I don’t agree that an explicit return is the best style to use.
The original ugly:
def logger unless @logger...