pitrou commented on PR #32: URL: https://github.com/apache/iceberg-cpp/pull/32#issuecomment-2601757647
I don't think we've had any major issues with our style conventions on Arrow C++. The only annoyance I have personally is the ambiguity around method naming, between `CamelCase` for most methods and `snake_case` for "cheap" accessors. I would rather a single method naming (and, coming from Python, I generally like `snake_case` the best, but that's just personal :) ). -- 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]
