摘要:
1. 代码格式 代码格式问题完全可以通过自动化工具来解决。标准的 eslint 规则( 如 Airbnb 或公司统一推出的 eslint 规则) + husky( 本地 pre-commit 校验 ) + 远端 CI 流水线 eslint 校验(开启 cache,增量校验)就可以解决。 2. 代码错 阅读全文
posted @ 2021-08-30 16:27
hello芳芳
阅读(331)
评论(0)
推荐(0)
摘要:
// bad case 都有展示modal的逻辑,开发同学直接复制粘贴function handleA(msg) { wx.showModal({ title: '提示', content: msg, showCancel: false, confirmText: '确定', confirmColo 阅读全文
posted @ 2021-08-30 15:11
hello芳芳
阅读(125)
评论(0)
推荐(0)

浙公网安备 33010602011771号