The simplicity and clarity of the Go language, including its use of the if-else construct instead of the ternary operator, can indeed make code more readable and easier for newcomers to understand.
Consistency in coding style and conventions is important, especially in large codebases or team collaborations. By providing a single, straightforward way to achieve a certain functionality, Go encourages developers to follow a unified coding style, which can lead to better code maintainability and readability.