You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
324 B
4 lines
324 B
1.询问addall和null的增加方法
|
|
2.让AI帮忙检查策略与封装,提出修改建议。
|
|
发现CrawlerController存在耦合问题:控制器与具体策略紧耦合,数据层未充分封装,Command接口参数设计缺陷
|
|
优化建议:引入依赖注入解耦策略,重构Command接口,更新Command实现示例
|