Re: [DISCUSS] Automatic Code Formatting / Code Style / Enforcing Code Style

2022-07-28 Thread Eduard Tudenhoefner
Thanks for your honest feedback Anton, which I really appreciate. I agree with the points you brought up. I don't prefer the Google Java Format either, but it is at least something that produces consistent results across tools. If you ask me, I would love to customize the code format and have it a

Meeting Minutes from 07/27 Iceberg Sync

2022-07-28 Thread Sam Redai
Hi Iceberg Community, Below are the minutes and recording from our Iceberg Community Sync on *July 27th, 9am-10am PT*. Please remember that anyone is welcome to join the discussion so feel free to share the Iceberg-Sync google group with those seeking an

Re: [DISCUSS] Automatic Code Formatting / Code Style / Enforcing Code Style

2022-07-28 Thread Anton Okolnychyi
I had a chance to rebase one of my PRs. It is really hard to justify the new max line length of 100 chars. I think the most unreadable code is usually around places when single statements are split into multiple lines. Since Java has explicit types and we prefer full and elaborate class/var name