ajantha-bhat commented on code in PR #12641: URL: https://github.com/apache/iceberg/pull/12641#discussion_r2012491938
########## site/docs/contribute.md: ########## @@ -422,6 +422,10 @@ Use `this` when assigning values to instance variables, making it clear when the 2. Use `.` to create a hierarchy of config groups * For example, `s3` in `s3.access-key-id`, `s3.secret-access-key` +#### Block Spacing + +To improve readability and maintain consistency, always place a newline after control blocks (if, for, while, switch, etc.). This helps separate logical sections of the code, making it easier to read and debug. + Review Comment: For new contributors, we keep on repeating this guideline. Documenting it under here can help reduce the effort. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org