What is the translation of " THE SINGLE RESPONSIBILITY PRINCIPLE " in Chinese?

[ðə 'siŋgl riˌspɒnsə'biliti 'prinsəpl]
[ðə 'siŋgl riˌspɒnsə'biliti 'prinsəpl]
单一责任原则

Examples of using The single responsibility principle in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
That violates the Single Responsibility Principle.
这违反了单一职责原则
Microservices is all about making services loosely coupled,applying the single responsibility principle.
微服务是有关松散耦合的服务,它采用的是单一职责原则
This violates the Single Responsibility Principle.
这违反了单一职责原则
Now, take any principle of object oriented programming:For example, the Single Responsibility Principle.
现在,采用面向对象编程的任何原则:例如,单一责任原则
This follows the Single Responsibility Principle.
解决方案遵循单一职责原则
If a class does too many things it also violates the Single Responsibility Principle.
而如果一个类做了太多的事情,也就说明其违反了单一职责原则
What is the Single Responsibility Principle(SRP)?
如何理解单一职责原则(SRP)??
These components also adhere to the single responsibility principle.
这也符合了单一职责原则
This fulfills the Single Responsibility Principle, where each component has only one reason to change.
这样即可满足“单一职责原则”,即每个组件只有一个变更理由。
The first principle of SOLID, the S, is the single responsibility principle.
SOLID的第一个原则,S,是单一责任原则
Violating the Single Responsibility Principle(SRP)?
如何理解单一职责原则(SRP)??
Using event subscribers should be a less common approach, especially in components,as it can easily break the single responsibility principle.
使用事件订阅者并不常见,特别是在组件中,因为它能够轻易的打破单一职责原则
They also follow the Single Responsibility Principle.
这也符合了单一职责原则
The Single Responsibility Principle(SRP)2 states that a class or module should have one, and only one, reason to change.
单一权责原则(SRP)[2]认为,类或模块应有且只有一条加以修改的理由。
This is known as the Single Responsibility Principle.
这就是所谓的单一职责原则
The Single Responsibility Principle(SRP) states that each software module should have one and only one reason to change.
单一职责原则(缩写为SRP)是指,每个软件模块都应该有且仅有一个改变的原因。
This is a violation of the single responsibility principle.
这违反了单一职责原则
Follow the Single Responsibility Principle(SRP), which states that a class should have only one reason to change.
简介:单一职责原则(SRP:Singleresponsibilityprinciple),它规定一个类应该只有一个发生变化的原因。
This isolation supports the single responsibility principle.
这种隔离支持单一功能原则
The Single Responsibility Principle encourages you to structure the functions, types, and methods into packages that exhibit natural cohesion;
单一职责原则,鼓励您将功能,类型、方法结构化为具有自然内聚的包;
The code above violates the Single Responsibility Principle.
这段代码违反了单一职责的原则
This book also has an excellent exposition of how to write modularcode in C++ by using non-member functions and the single responsibility principle.
本书还对如何使用非成员函数和单一责任原则在C++中编写模块化代码进行了很好的阐述。
Do you know the Single Responsibility Principle(SRP)?
如何理解单一职责原则(SRP)??
One of the beneficial side-effects of using constructor injection is that it becomes veryclear when a particular class violates the Single responsibility principle.
构造函数注入的好处之一是它违反SingleResponsibilityPrinciple显而易见。
Are You Obeying the Single Responsibility Principle(SRP)?
如何理解单一职责原则(SRP)??
Despite the fact that it is a very necessary approach, the Active Record(AR)pattern violates the Single Responsibility Principle(SRP) because AR models:.
尽管它一是个非常必要的方式,然而ActiveRecord(AR)模式违反了单一职责原则(SRP),因为AR模型:.
The Single Responsibility Principle(SRP) states that there should never be more than one reason for a class to change.
单一责任原则:当需要修改某个类的时候原因有且只有一个(THERESHOULDNEVERBEMORETHANONEREASONFORACLASSTOCHANGE)。
In my latest posts I introduced the Single Responsibility Principle, the Open Closed Principle and the Liskov Substitution Principle of SOLID.
单一职责原则,开放封闭原则,Liskov替换原则。
Martin and named the Single Responsibility Principle(SRP), 8 which states a class or component should“only have one reason to change.”.
Martin引入面向对象编程社区,命名为单一职责原则(SingleResponsibilityPriciple,SRP),它声明一个类或组件应当“只有一个理由去改变”。
Results: 29, Time: 0.056

Word-for-word translation

Top dictionary queries

English - Chinese