sbp commented on issue #361: URL: https://github.com/apache/tooling-trusted-releases/issues/361#issuecomment-3583105896
The primary drawback is that one of the main reasons for alphabetical ordering is that we can name functions in such a way that groups related ones together. When all private functions must, however, be below public functions, private functions which are e.g. used as helper functions for public functions, and therefore are related, cannot be named in any way that groups them together. An alternative is that we define order as it would be if the leading single `_` is ignored. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
