英语中的同义词
so that & in such a way that1
so that:以至于,结果是,所以的意思。和 in order that 意思相同。
in such a way that:以至于,结果是,所以的意思。
两者的区别:
in such a way that:结果是不经意间产生的。
so that:结果是有计划有目地性的。
status & state2
status is used to describe an outcome of an operation (e.g. success/fail).
state is used to describe a stage in a process (e.g. pending/dispatched).
status: 用来描述操作的结果,比如:成功/失败。
state: 用来描述过程的某个阶段,比如:进行中/已发送;处理完成后“进行中”就变成“已发送”了。
也就是说,status 描述的状态处理结果,是终态,这个状态之间不会再从状态A变成状态B。
而 state 所表示的“状态”则具有阶段性,可以从状态A变为状态B,就如我们经常遇到的订单状态。