-
Notifications
You must be signed in to change notification settings - Fork 37
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
几点建议 #1
Comments
@Piasy 首先非常感谢这么用心的 review。 抱歉,因为处于内测的阶段,代码没有完全整理完毕,有几个是遗留问题,或者疏忽了。
这里是比较麻烦的一点,fabric 对 key 是严格验证的,我不能用 mock 的 key(无法通过 build: invalid key),采取的做法是在没有提供 fabric.properties 的时候,禁用 Fabric 功能。
|
Injection
类RemoteTokenDataSource
这个类? 为了扩展TokenContract.Remote
(提供超出 API 范围的 data 接口)? 或者对 API 请求做些控制? 如果是前者, 我觉得TokenRepository
做这个事情还挺合适, 如果是后者倒还是可以理解TokenRepository
接口吗? 虽说面向接口是很好的实践, 但如果不会有其他的实现, 接口确实增加了负担最后有个问题想要一起讨论下
TokenRepository
和UserSession
, 这件事谁做更合适?The text was updated successfully, but these errors were encountered: