Usually, if you have more than two arguments then your function is trying to do too much. In cases where it's not, most of the time a higher-level object will suffice as an argument. 一个或者两个参数是理想状况, 如果可能的话, 三个参数的情况应该避免, 超过三个应该被重构。 通常,如果你...