English | Russian |
but if the compiler provides the shortcut shown, why type more syntax that makes the code harder to read? | но если компилятор предлагает показанное сокращение, то зачем применять громоздкий синтаксис, затрудняющий чтение кода? (см. Accelerated C# 2010 by Trey Nash 2010 ssn) |
if code had no conditionals, loops, or any other control flow statements, it would be very easy to read | если в коде нет условных конструкций, циклов или других элементов, управляющих порядком выполнения программы, то читать его будет очень легко (см. "The Art of Readable Code" by Dustin Boswell, Trevor Foucher 2012 ssn) |
more syntax that makes the code harder to read | громоздкий синтаксис, затрудняющий чтение кода (ssn) |