代碼規范及開發工具:
前端(vscode、idea):
? ? JavaScript規范: ? ??
? ? ? ? ? ? ?1. 谷歌開源項目風格指南:JavaScript 、TypeScript篇 ?https://zh-google-styleguide.readthedocs.io/en/latest/google-typescript-styleguide/contents/#
? ? ? ? ? ? ?2.阿里前端規范:GitHub - alibaba/p3c: Alibaba Java Coding Guidelines pmd implements and IDE plugin
? ? ? ? ? ? ?3.eslint ?https://eslint.nodejs.cn/docs/latest/rules/
? ? 插件支持:eslint
? ?CSS規范:
? ? ? ? ? ? 1.谷歌開源項目風格指南:CSS篇 https://zh-google-styleguide.readthedocs.io/en/latest/google-html-css-styleguide/css_style_rules/
? ? ? ? ? ? 2. 阿里前端規范:?
? ? ? ? ? ? 3. Style lint ?:https://www.stylelint.com.cn/
? ? 插件支持 :stylelint?
如何添加到項目:https://juejin.cn/post/7023401425015144455?
后端(idea):
Java規范: https://github.com/alibaba/p3c
idea安裝插件:https://developer.aliyun.com/article/898021
嵌入式規范;
? ? ? ? ? ? GB_T 28169-2011 嵌入式軟件 ?C語言編碼規范 ?