self.Post("Boo is love") if Boo is Love

time to read 1 min | 104 words

I miss working with Boo. Even with the hurdles of not being able to use VS and most of my shortcuts (#Develop is good, but can't compare to VS + ReSharper). I just wrote this:

return parent.GetParameter(name) if parent is not null

And it was such a pretty statement that I had to blog about it.