Domain workbench allows code completion and also multiple projections of the same domain code.
领域工作台允许代码完成,同样允许相同领域代码的多重投影。
2
This kind of parallel decomposition is often called fork-join because executing a task forks (starts) multiple subtasks and then joins (waits for completion) with them.