209
Python Performance: Why 'if not list' is 2x Faster Than Using len()
(blog.codingconfessions.com)
This is a most excellent place for technology news and articles.
I really liked
unless
in perl; especially as I get older!length
or something makes that bang really easy to miss. I use!(length)
or something instead to visually set it aside.unless
made this much more visually clear.