But I have long loathed libraries that make things...
# announcements
c
But I have long loathed libraries that make things too private. I remember back in my C++ days (20+ years ago) being crippled by this and having to do things like
#define private public
just so I could do some reuse.