I noticed that some people lost an ability to write simple algorithms. The pattern i see quite often is when someone needs single value from the list they sort it on that that param and take the first one. That sounds like madness to me, why would you waste so much time and confuse the reader just to pick the smallest item.