DictionaryForumContacts

   English
Terms for subject Programming containing lived | all forms | exact matches only
EnglishRussian
long-livedс длительным жизненным циклом (Alex_Odeychuk)
long-lived objectобъект с длительным жизненным циклом (Alex_Odeychuk)
long-lived projectпроект с длительным жизненным циклом (If you are a developer working on a long-lived project, most of the code will not have been written by you, nor even by anyone currently on your team. Since the members of the team will rotate over the lifetime of the project, and most code will not be written by the current team, the dominant concerns are things like: 1) Comprehension: How easy is it to understand code that a previous team member wrote? 2) Productivity: Can we add new features quickly and safely? 3) Safety: If a change or refactoring is made, can we be confident it won’t break anything? Alex_Odeychuk)
long-lived, state-bearing objectобъект с длительным жизненным циклом, обладающий состоянием (Alex_Odeychuk)
long-lived, state-bearing objectобъект с длительным жизненным циклом, предназначенный для хранения состояния (Alex_Odeychuk)
short-livedс коротким жизненным циклом (Alex_Odeychuk)
short-lived objectобъект с коротким жизненным циклом (Alex_Odeychuk)
short-lived referenceссылка с коротким жизненным циклом (Alex_Odeychuk)
short-lived references to existing objectsссылки с коротким жизненным циклом на существующие объекты (Alex_Odeychuk)