代码规范及开发工具

代码规范及开发工具:
前端(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语言编码规范  

相关推荐

  1. 代码规范开发工具

    2023-12-07 15:40:06       69 阅读
  2. 开发规范常用工具

    2023-12-07 15:40:06       53 阅读
  3. 代码规范工具

    2023-12-07 15:40:06       39 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-07 15:40:06       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-07 15:40:06       101 阅读
  3. 在Django里面运行非项目文件

    2023-12-07 15:40:06       82 阅读
  4. Python语言-面向对象

    2023-12-07 15:40:06       91 阅读

热门阅读

  1. Linux虚假唤醒

    2023-12-07 15:40:06       62 阅读
  2. Python【走出棋盘】

    2023-12-07 15:40:06       50 阅读
  3. entos7系统部署elastic6.4.3版本集群

    2023-12-07 15:40:06       49 阅读
  4. Vue3组件中使用ref解决GetElementById为空的问题

    2023-12-07 15:40:06       58 阅读
  5. Vue中下载不同文件的几种方式

    2023-12-07 15:40:06       67 阅读
  6. 微信小程序中 不同页面如何传递参数

    2023-12-07 15:40:06       61 阅读
  7. STM32关键词提取

    2023-12-07 15:40:06       58 阅读
  8. 1.求两个数最大值

    2023-12-07 15:40:06       57 阅读
  9. Python里的OS模块

    2023-12-07 15:40:06       44 阅读
  10. Rust语言项目实战(九 - 完结) - 胜利与失败

    2023-12-07 15:40:06       52 阅读
  11. Ubuntu 安装高版本FFmpeg

    2023-12-07 15:40:06       64 阅读