Open d-w-moore opened 3 months ago
was wondering about that too. we call it PRC verbally... but we don't really... have that in writing in the code? hmmm.
yes, happy to entertain other names.
well, that's not apparently true - it's at the VERY TOP of the README
The lingo can be too ingrained, I guess. Maybe a discussion is due on that topic too.
But past that, w.r.t. the names of the 3 cleanup stages themselves, I was wondering whether *_CLEANUP
should be the form. Whatever is true of "PRC", BEFORE_PRC
isn't really clear enough. Before PRC what? Cleanup, in this case.
Although tbh, BEFORE_PYTHON_IRODSCLIENT_CLEANUP
is a bit too long for my tastes.
I think BEFORE_PRC_CLEANUP
, DURING_PRC_CLEANUP
, AFTER_PRC_CLEANUP
are fine.
Wondering if the
*_PRC
symbols should be renamed to be more specific, more indicative of what they refer to. Maybe:BEFORE_PRC_CLEANUP
,DURING_PRC_CLEANUP
,AFTER_PRC_CLEANUP
. Any thoughts?