搜索
分类检索
软件工程
A
A/B testing
n. AB测试
abstract factory pattern
n. 抽象工厂模式
adaptee
n. 适配者
adapter pattern
n. 适配器模式
AOP
n. 面向切面的程序设计
ASD
n. 敏捷软件开发
aspect
n. 切面
B
BDD
n. 行为驱动开发
behavioral pattern
n. 行为型模式
black-box testing
n. 黑盒测试
BLL
n. 业务逻辑层
bottom-up design
n. 自底向上设计
bridge pattern
n. 桥接模式
builder pattern
n. 生成器模式
builder pattern
n. 建造模式
C
chain of responsibility pattern
n. 责任链模式
class-based programming
n. 基于类编程
code coverage
n. 代码覆盖率
cohesion
n. 内聚性
cohesion
n. 内聚
command pattern
n. 命令模式
concern
n. 关注点
coupling
n. 耦合
coupling
n. 耦合性
CQRS
n. 命令查询职责分离
creational pattern
n. 创建型模式
D
DAL
n. 数据访问层
DAO
n. 数据访问对象
data-driven programming
n. 数据驱动编程
DDD
n. 领域驱动设计
DDD
n. 截止日驱动开发
declarative programming
n. 声明式编程
decorator pattern
n. 装饰器模式
design by contract
n. 契约式设计
design pattern
n. 设计模式
domain model
n. 领域模型
domain-driven design
n. 领域驱动设计
DRY
phr. 不要重复你自己
DTO
n. 数据传输对象
dummy
n. 哑元
E
event-driven
a. 事件驱动
event-driven architecture
n. 事件驱动体系架构
event-driven programming
n. 事件驱动程序设计
extreme programming
n. 极限编程
F
facade pattern
n. 外观模式
factory method pattern
n. 工厂方法模式
factory pattern
n. 工厂模式
flaw
n. 缺陷
flyweight pattern
n. 亨元模式
functional programming
n. 函数式编程
fuzz testing
n. 模糊测试
I
imperative programming
n. 指令式编程
integration testing
n. 集成测试
M
mediator pattern
n. 中介者模式
metaprogramming
n. 元编程
MVC
n. 模型视图控制器
O
object-oriented programming
n. 面向对象程序设计
observer
n. 观察者
observer pattern
n. 观察者模式
P
pair programming
n. 结对编程
pattern
n. 模式
performance testing
n. 性能测试
procedural programming
n. 过程式编程
programming paradigm
n. 编程范型
prototype pattern
n. 原型模式
prototype-based programming
n. 原型程序设计
proxy pattern
n. 代理模式
R
reactive programming
n. 响应式编程
regression testing
n. 回归测试
S
silver bullet
n. 银弹
simple factory pattern
n. 简单工厂模式
singleton
n. 单例
singleton pattern
n. 单例模式
smoke testing
n. 冒烟测试
software engineering
n. 软件工程
state pattern
n. 状态模式
strategy pattern
n. 策略模式
structural pattern
n. 结构型模式
structured programming
n. 结构化编程
T
TDD
n. 测试驱动开发
template metaprogramming
n. 模板元编程
template method pattern
n. 模板方法模式
top-down design
n. 自顶向下设计
U
UML
n. 统一建模语言
unit testing
n. 单元测试
use case
n. 用例
user demand
n. 用户需求
V
visitor pattern
n. 访问者模式
W
white-box testing
n. 白盒测试
X
XP
n. 极限编程