hyunw9 opened a new pull request, #5037:
URL: https://github.com/apache/zeppelin/pull/5037

   ### What is this PR for?
   
   In `src/main/java/org/apache/zeppelin/interpreter/InterpreterFactory.java`
   
   The codebase contains several instances of Yoda conditions (e.g., `if (null 
!= setting)`) which negatively impact code readability.
   
   Additionally, the use of Yoda condition checks causes inconsistencies with 
the existing codebase style. So, this improvement aligns the code with the 
standard null-check style.
   
   
   ### What type of PR is it?
   Refactoring
   
   ### Todos
   * [ ] - Refactor null-check style 
   
   ### What is the Jira issue?
   * [ZEPPELIN-6288](https://issues.apache.org/jira/browse/ZEPPELIN-6288)
   
   ### How should this be tested?
   * As this modification involves no functional changes but only coding style 
improvements, passing existing tests ensures there are no issues.
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? - No
   * Is there breaking changes for older versions? - No
   * Does this needs documentation? - No
   


-- 
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: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to