One strong trend I'm seeing in young devs that enables me to run rings around them when there's a halfway complex process to develop: they're too lazy to write classes.
They'll write any amount of awkward code that's difficult to understand, maintain, and even get right in the first place in preference to writing a class.
This situation should be the other way around: in some cases, object oriented programming didn't exist in mainstream development when I was their age.