English | Russian |
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) |
in the software lifecycle, the time and effort put into the code maintenance significantly outweighs the time and effort put into writing the code in the first place. Code maintenance is reading it and trying to understand it in order to modify or extend it. Any refactoring of code during its production, no matter how small, can significantly benefit software maintainers | в жизненном цикле ПО время и трудозатраты на сопровождение кода существенно превышают время и трудозатраты на первоначальное написание кода. При сопровождении кода необходимо прочитать и попробовать понять его, чтобы затем изменить или расширить. Любой рефакторинг кода в процессе его создания, независимо от того, сколь он мал, может принести существенную пользу эксплуатационному персоналу ПО (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering) |
no-code development | автоматизированная разработка программного обеспечения (Alex_Odeychuk) |
no-code development platform | система автоматизированной разработки программного обеспечения (Alex_Odeychuk) |
no-code/low-code development | бескодовая или малокодовая разработка (cio.com Alex_Odeychuk) |
no-code platform | платформа бескодовой разработки приложений (Alex_Odeychuk) |
no-code system | система бескодовой разработки (forbes.com Alex_Odeychuk) |
no-code tool | инструмент бескодовой разработки (forbes.com Alex_Odeychuk) |
the first step in the process is a transition from no reuse to informal code reuse based on copying and adaptation | Первый шаг в процессе – переход от отсутствия повторного использования к неформальному повторному использованию кода, основанному на копировании и адаптации (см. Software Factories: Assembling Applications with Patterns, Models, Frameworks, and Tools / Jack Greenfield, Keith Short et al. 2004) |
the first step in the process is a transition from no reuse to informal code reuse based on copying and adaptation | Первый шаг в процессе переход от отсутствия повторного использования к неформальному повторному использованию кода, основанному на копировании и адаптации (см. Software Factories: Assembling Applications with Patterns, Models, Frameworks, and Tools / Jack Greenfield, Keith Short et al. 2004) |