Russian | English |
вероятность различных разногласий, касающихся того, кто и что должен делать | possibility of misunderstandings about who is doing what (ssn) |
Второй показатель утверждает, что иерархия уровней должна минимизировать зависимости между пакетами. Широко используемый метод достижения этого – делать более высокие уровни зависимыми от более низких уровней, но не наоборот | the second objective states that the layer hierarchy should minimize dependencies between packages. the widely-accepted method of achieving this is by making higher layers depend on lower layers but not vice versa (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering) |
Второй показатель утверждает, что иерархия уровней должна минимизировать зависимости между пакетами. Широко используемый метод достижения этого делать более высокие уровни зависимыми от более низких уровней, но не наоборот | the second objective states that the layer hierarchy should minimize dependencies between packages. the widely-accepted method of achieving this is by making higher layers depend on lower layers but not vice versa (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering) |
выяснение, что делает база данных | finding out what the database is doing (ssn) |
кто и что должен делать | who is doing what (ssn) |
кто что делает | who does what (ssn) |
понять, что делает код | understand what's going on in the code (букв.: понять, что происходит в коде Alex_Odeychuk) |
Такой контакт снижает вероятность различных разногласий, касающихся того, кто и что должен делать, и уменьшает серьёзность последствий, возникающих в подобных ситуациях | Such contact reduces the possibility of misunderstandings about who is doing what and lessens the seriousness of the consequences should such misunderstandings occur (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986 ssn) |