What we have so far is the send_message(int timeout, char *message, int length) function.
到目前为止,我们已经有了 send_message(inttimeout,char *message, int length) 函数。
This will be flagged during refactoring because it causes a problem in the method being refactored: int does not have a length() method.
在重构的过程中这些问题将会被标出,因为它们会在被重构的方法内部引起问题:int不具有方法length() 。
This will be flagged during refactoring because it causes a problem in the method being refactored: int does not have a length() method.
在重构的过程中这些问题将会被标出,因为它们会在被重构的方法内部引起问题:int不具有方法length() 。
应用推荐