对代码设计的一些小想法 - ddnio的胡思乱想 #1
Replies: 1 comment
-
|
🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
对代码设计的一些小想法 - ddnio的胡思乱想
上周开始接触公司的一个新业务,让我想聊下对代码设计的一些小想法:
一次是写一个客户端设置项的接口,就是 app 各种个人设置保存在服务器上,客户换其他设备登录也能使个人设置保持一致。比如说用户的默认语言、是否自动登录、股票行情的红涨绿跌显示等。 最开始没什么经验,给每个设置项提供了一个接口,比如设置 …
https://ddnio.github.io/posts/7/
Beta Was this translation helpful? Give feedback.
All reactions