本文介绍了无用的界面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
解决方案
如果我知道为什么你会使用界面,你将只有一个实现?一个事实,只会有一个实现,我不会创建一个接口。这属于YAGNI,IMO。
(当然,很少有人知道有关未来的事实...)
Why would you ever use interface it you are going to have only one implementation of it?
解决方案
If I knew for a fact that there would only ever be one implementation I wouldn't create an interface. This falls under YAGNI, IMO.
(Of course, it's rare that I know anything about the future for a fact...)
这篇关于无用的界面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!