DictionaryForumContacts

   Russian
Terms for subject Programming containing а не | all forms | exact matches only | in specified order only
RussianEnglish
Загрузка файлов не целиком, а с разбивкой на частиmultipartial upload (Rapunzel)
Заметим, что блок-схема на рисунке 3.22 не указывает конкретные вычисления, которые надо произвести, а только определяет структуру программыNotice that the flowchart of Figure 3.22 does not specify the computations to be done, only the structure of the program (см. Petri Net Theory And The Modeling Of Systems / James L. Peterson 1981 ssn)
как уже говорилось, эти операции будут главными компонентами определения типа, с их помощью описывается, что могут предложить его экземпляры, а не то, чем они являютсяas announced, these operations will be the prime component of the type definition – describing its instances not by what they are but by what they have to offer (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
как уже говорилось, эти операции будут главными компонентами определения типа, с их помощью описывается, что могут предложить его экземпляры, а не то, чем они являютсяas announced, these operations will be the prime component of the type definition – describing its instances not by what they are but by what they have to offer (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
Команды оператора заключаются в нажатии кнопок пуск / стоп, а состояние объекта отображается в виде "работает / не работает", а также с помощью индикаторов неисправностиthe operator controls would be start/stop pushbuttons and the plant status displays simply running/stopped and fault lamps
компонент программного обеспечения, который уже существует, а не разработан специально для выполняемого проекта либо для системы, связанной с безопасностьюsoftware element which already exists and is not developed specifically for the current project or safety-related system (определение "pre-existing software" в IEC 61508-4:2010 ssn)
метод тестирования "большой взрыв": вид интеграционного тестирования, в котором элементы программного или аппаратного обеспечения, или и то и другое, собираются в компонент или в целую систему сразу, а не по этапамbig-bang testing: A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages (см. Standard glossary of terms used in Software Testing ssn)
можно сказать, что практика управляемой тестированием разработки раздел 12.2 является частичной заменой рефакторинга. Действительно, управляемая тестированием разработка использует разновидность рефакторинга – разновидность, которая применяется для улучшения скорее самого проекта, а не кода. Управляемая тестированием разработка – итеративный и пошаговый процесс, объединённый с написанием прикладного кода. Рефакторинг может предугадать "дурно пахнущий код" и устранить его до того, как это случитсяit can be argued that the practice of test-driven development Section 12.2 is a partial substitution for refactoring. In reality, test-driven development uses a variation of refactoring – a variation that applies to cleaning up the design rather than the code. Test-driven development is an iterative and incremental process intermixed with writing the application code. Refactoring can anticipate "bad smells in code" and eliminate them before they happen (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
на практике, процесс общения, начатый на ранних этапах и продолжающийся непрерывно, может дать архитектору верную оценку стоимости, а разработчику — уверенность в проекте, не снимая при этом чёткого разграничения сфер ответственностиin practice, early and continuous communication can give the architect good cost readings and the builder confidence in the design without blurring the clear division of responsibilities (см. Frederic P. Brooks, Jr. THE MYTHICAL MAN-MONTH Essays on Software Engineering)
Наконец, вы можете найти другую работу. Независимо от экономических подъёмов и спадов хороших программистов всегда не хватает, а жизнь слишком коротка, чтобы тратить её на работу в отсталом учреждении при наличии множества лучших вариантовFinally, you can find another job. Despite economic ups and downs, good programmers are perennially in short supply, and life is too short to work in an unenlightened programming shop when plenty of better alternatives are available (см. Code Complete / Steve McConnell.-2nd ed. 2004 ssn)
Порождение событий – это подход, концентрирующий внимание на долговременном хранении всех изменений персистентного состояния, а не самого текущего состоянияEvent sourcing is an approach that concentrates on persisting all the changes to a persistent state, rather than persisting the current state itself (ssn)
применяться для улучшения скорее самого проекта, а не кодаapply to cleaning up the design rather than the code (ssn)
программирование в соответствии с интерфейсом, а не с реализациейprogramming to an interface, not an implementation (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
Прочитайте шаг в варианте использования и задайтесь вопросом, что происходит, когда клиент предпочитает твёрдую, а не цифровую копию корректурыRead a step in a use case and ask the question, "Well, what happens, if the client wants a hard copy proof rather than a digital copy?" (см. Writing Effective Use Cases by Alistair Cockburn 2001 ssn)
Прочитайте шаг в варианте использования и задайтесь вопросом, что происходит, когда клиент предпочитает твёрдую, а не цифровую копию корректурыRead a step in a use case and ask the question, “Well, what happens, if the client wants a hard copy proof rather than a digital copy?” (см. Writing Effective Use Cases by Alistair Cockburn 2001 ssn)
реализовываться, а не производитьсяbe implemented not manufactured (ssn)
Связь между такими сервисами осуществляется через сетевые вызовы, а не через вызовы методов в границах процессаCommunication between these services occurs via calls across a network rather than method calls within a process boundary (ssn)
Системная инженерия порождает документы, а не оборудование. Документы связывают процессы разработки с циклом жизни проекта. Они определяют предполагаемые окружения процессов, интерфейсы и инструменты управления рисками в рамках всего проектаSystem engineering produces documents, not hardware. The documents associate developmental processes with the project's lifecycle model. They also define the expected process environments, interfaces, and risk management tools throughout the project (ssn)
ситуация, когда инженерные решения обуславливаются не их внутренними качествами, а тем, насколько они помогут в продвижении карьерыpromotion-oriented engineering (Alex_Odeychuk)
Сливные клапаны управляются последующим технологическим процессом, а не контроллером рассматриваемого технологического процессаthe outflow valves are operated by the downstream process not by the controller for this process (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
твёрдая, а не цифровая копия корректурыhard copy proof rather than a digital copy (ssn)