English | Russian |
code behind | код предметной области (код, который отвечает не за пользовательский интерфейс, а за логику предметной области; Microsoft Alex_Odeychuk) |
code behind | код логики предметной области (код, который отвечает не за пользовательский интерфейс, а за логику предметной области; Microsoft Alex_Odeychuk) |
code behind | выделенный код (A technique in web design (specifically Microsoft ASP.NET) in which the web page and back-end source code are stored in separate files, allowing web designers and programmers to work independently. Другие вар-ты перевода см. тут: dou.ua bojana) |
code behind | сопутствующий код (A technique in web design (specifically Microsoft ASP.NET) in which the web page and back-end source code are stored in separate files, allowing web designers and programmers to work independently. Другие вар-ты перевода см. тут: dou.ua bojana) |
code behind | вспомогательный код (A technique in web design (specifically Microsoft ASP.NET) in which the web page and back-end source code are stored in separate files, allowing web designers and programmers to work independently. Другие вар-ты перевода см. тут: dou.ua bojana) |
code behind | сопровождающий код (A technique in web design (specifically Microsoft ASP.NET) in which the web page and back-end source code are stored in separate files, allowing web designers and programmers to work independently. Другие вар-ты перевода см. тут: dou.ua bojana) |
code behind | отделённый код (реализующий метод-обработчик Alex_Odeychuk) |
code behind | код программной части (A technique in web design (specifically Microsoft ASP.NET) in which the web page and back-end source code are stored in separate files, allowing web designers and programmers to work independently bojana) |
code lags behind | выполнение кода запаздывает (ptraci) |
code-behind class | класс выделенного кода (Alex_Odeychuk) |
code-behind class | класс с фоновым кодом (ssn) |
code-behind feature | функция поддержки объектов кода (ssn) |
intent behind the code | намерения, реализованные в коде (A software engineer spends considerable effort understanding the intent behind the code. This process of intent inference—determining what the program is trying to do, what it is supposed to do, and identifying the gap between the two—is fundamental to many software engineering tasks. — Инженер-программист тратит немало усилий на понимание намерений, реализованных в коде. Процесс вывода этих намерений – что программа пытается сделать, что она должна делать и где между этим возникает расхождение – играет решающую роль во многих задачах программной инженерии. Alex_Odeychuk) |
the consequence of delegation is that a client might not know its real supplier and it might not even care to know as long as the "goods" are supplied. Unlike in Figure 9-7, the knowledge of the real supplier may not be available from a static analysis of the program code and be hidden behind the dynamicity of inheritance in particular interface inheritance and polymorphism | Последствие делегирования таково, что клиент может и не знать своего реального поставщика и он даже может не хотеть знать это, пока не получит "требуемое". В отличие от рис. 9.7 знание реального поставщика может быть недоступно из статического анализа программного кода и может быть скрыто за динамикой наследования в частности, наследования интерфейса и полиморфизма (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering) |