For standard containers and similar, do not use "not something.size()" to test if it is empty. Just use "something.empty()".
