书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 222 个相关结果.
  • StyleGuide

    TypeScript StyleGuide and Coding Conventions Variable and Function Class Interface Type Namespace Enum Null vs. Undefined Formatting Quotes Spaces Semicolons Array File...
  • Pocoo Styleguide

    Pocoo Styleguide General Layout Expressions and Statements Naming Conventions Docstrings Comments Pocoo Styleguide The Pocoo styleguide is the styleguide for all Pocoo Pro...
  • Plugin Code Styleguide

    Grafana Plugin Code Styleguide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Grafa...
  • 代码风格规范

    Google Java Style Guide Google C++ Style Guide Google Python Style Guide Google Java Style Guide http://www.hawstein.com/posts/google-java-style.html http://google.github.i...
  • CSS

    CSS Version: 5.x CSS In a microfrontends architecture, it’s important to have both shared CSS and microfrontend-specific CSS. There should only be one copy of all shared CSS, a...
  • Unit testing

    Unit testing info note Version: 5.x Unit testing info As microfrontends gain widespread adoption, testing tools will catch up and the testing story will improve. Unit testi...
  • 保持一致 (Be Consistent)

    保持一致 (Be Consistent) 在你编辑某块代码时,看看周围的代码是什么风格。如果它们在数学操作符两边都放了空格,那么你也应该这样做。如果它们的代码注释用 # 井号包成了一个盒子, 那么你也应该这样做。 风格指南存在的意义是 让看代码时能关注 “代码说的是什么”。而不是 “代码是怎么说这件事的”。这份整体风格指南就是帮助你做这件事的...
  • 模块

    模块 模块 首先,Module 语法是 JavaScript 模块的标准写法,坚持使用这种写法。使用import 取代require 。 // bad const moduleA = require ( 'moduleA' ); const func1 = moduleA . func1 ; const func2 = ...
  • CSS Tools

    CSS Tools CSS Utilities : CSS Frameworks (utilities + UI): Mobile Only CSS Frameworks: CSS Reset: Transpiling: References: Linting/Hinting: Code Formatter/Beautifier: Opt...
  • Additional Notes

    Design Decisions in Flask HTML/XHTML FAQ Security Considerations Unicode in Flask Flask Extension Development Pocoo Styleguide Upgrading to Newer Releases Changelog Licen...