Ant Design设计:https://ant.design/docs/spec/colors-cn
html参考规范:http://nec.netease.com/standard/html-structure.html
CSS代码规范:http://nec.netease.com/standard/css-sort.html
JS代码规范:https://github.com/BingKui/javascript-zh/blob/master/README.md
VUE开发规范:https://pablohpsilva.github.io/vuejs-component-style-guide/#/chinese?id=%E7%9B%AE%E6%A0%87
小程序设计:https://developers.weixin.qq.com/miniprogram/design/#%E8%A7%86%E8%A7%89%E8%A7%84%E8%8C%83
钉钉应用:https://open-doc.dingtalk.com/microapp/kn6zg7/modgkt
不论是开发移动端网页还是小程序还是web端网页,如果有用到组件库,参考组件库的开发规范。以保持视觉和行动上的统一。
开发不仅要要考虑健壮性、可用性和正确性,更要兼顾易用和可读性,复用和可移植。
不要盲目写代码。
我见过很多代码写的乱七八糟,注释没有一行,这让别人怎么维护。
你潜意思中要有一个想法,代码写出来是要给别人看的。你觉得你的代码可以拿得出手吗
网友评论