Glossary of terms used on this site
Glossaries
Term | Main definition |
---|---|
core | |
core domain |
核心领域
|
corruption |
损毁
|
Cosmetic issue |
外观上问题
|
Cost of Change |
更改开销(CoC)
|
COTS |
现成的商业软件(Commercial Off-The Shelf)4
|
counterpoint |
对位4
|
Coupling count |
耦合数:当一个方法被调用时传给它以及从它传出来的值的数目。如果该方法没有返回值 则耦合数就是它的参数数目。否则就是参数数目加 1。如果你想要在没有测试的情况下提取出一个消防法的话,计算一下它的耦合数是很有意义的。
|
covariance |
协变
|
CPU |
中央处理器(Central Processing Unit)
|
CQRS |
命令查询职责分离(Command-Query Responsibility Segregation)
|
crash |
(程序)崩溃
|
crash dump |
故障转储
|
CRC |
类-职责-交互(class-responsibility-collaboration)4
|
credential |
凭证4
|
cririque |
评估
|
CRM |
客户关系管理(Customer Relationship Management)
|
Cross Domain |
跨域
|
Cross-browser |
跨浏览器
|
Cross-Functuinal Requirement |
跨功能需求(CFR)4
|