Back to working actively on some projects in the language again, curious which y'all prefer. I'm not making like a library, but previously I've always just used import so defaulted to that. Wondering if it's better to includejust so I don't need to *everything for myself.
I'd say just build a habit to put *on most objects and procs.
There is also allpragma to import private functions and symbols, but that doesn't import private object fields without using std/importutils.privateAccess():