-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个项目为什么能火? #173
Comments
靠的是宣传
best regard!
联系电话:17629196610
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: leilj <[email protected]>
发送时间: 2019年9月24日 17:37
收件人: shuzheng/zheng <[email protected]>
抄送: Subscribed <[email protected]>
主题: 回复:[shuzheng/zheng] 这个项目为什么能火? (#173)
1、所有service继承BaseServiceImpl,违反“迪米特法则”;
2、所有service实现BaseService,违反“接口隔离原则”;
3、所有service毫无没做任何业务实现,只是调用了一次dao,业务端不小心就把你整表删除了
。。。。
不明白这个项目为什么能火?????????????????
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
尽信书则不如无书。 过两年你还会发现,啥数据库三范式啊,冗余字段多得很哦 @leilj |
冗余字段完全没问题。 有时候违反一些原则,并没问题多大,问题它是整个架构都严重违反基本开发原则,而且在这样的情况下还能火起来,是真不能理解。 哪天老大说,我们不用mybatis了,换成hibernate,看看会发生什么?!(虽然这种情况基本不会发生,但我们不能因为不会发生就否认存在的问题)。 |
😄我并没有什么需要宣传的。 |
停了这个issue吧,你无法就是想让别人同意你的观点。
他可能有瑕疵,但并不代表他一无是处。 最后我顺着你的意思说一句,这个项目应该有什么灰色关系,不知道应该是给盖茨送礼了,然后盖茨主推这项目。 |
1、所有service继承BaseServiceImpl,违反“迪米特法则”;
2、所有service实现BaseService,违反“接口隔离原则”;
3、所有service毫无没做任何业务实现,只是调用了一次dao,业务端不小心就把你整表删除了
。。。。
不明白这个项目为什么能火?????????????????
The text was updated successfully, but these errors were encountered: