On Tue, Oct 30, 2018 at 9:46 PM Larry McVoy wrote: > Instead of > > p->size > > we have > > p->st_size > > and I instantly know that p is a struct stat pointer. > +1 Amen Larry. I understand why people had a desire for different namespaces, but a single namespace sure made code a lot more readable and understandable. I still use that trick in new code, because I think it just makes it easier to identify what is going on when I glance at it. Clem ᐧ