Recent Commits to styleguide:gh-pages

  • 30/04/2025 0:48

    angularjs: fix init logic

    angularjs: fix init logic
    
    The run_prettify.js link hasn't worked for years, so updae it to the
    current cdn we use in other pages.
    
    The styleguide.js link has always been broken.  Fixing that requires
    tweaking how the TOC works.  We drop the static one in favor of the
    dynamic (like other styleguides), and drop the custom <base> setting
    so all links open in the current tab (like other styleguides).
  • 25/04/2025 18:47

    java: update to latest

    java: update to latest
    
    Pull in changes:
    * Update the Style Guide to talk about text blocks.
    * Added External TODO style section in Java style guide.
    * Update camel-case to explain how to separate adjacent numeric words.
    * Adjust indentation of `// fall through` comments
    * Remove forward looking promises about the formatter
    * Updates to account for inline @return Javadoc tag.
    * Integrate JAKE Java 21 Documentation branch into mainline.
    * Remove exception from '6.2 Caught exceptions: not ignored' for tests
    * Add style guidance for `package-info.java` and `module-info.java` files.
    * Correct possibly confusing indentation of an ellipsis.
    
    PiperOrigin-RevId: 751565114
    Tags:
  • 25/04/2025 13:55

    update google/code-prettify load URL

    update google/code-prettify load URL
    
    The rawgit service was shutdown in 2019, and people are supposed to
    migrate to cdn.jsdelivr.net.
    https://groups.google.com/g/js-code-prettifier/c/IFHev_kLm30
  • 25/04/2025 12:51

    jsoncstyleguide: sync from latest internal version

    jsoncstyleguide: sync from latest internal version
    
    PiperOrigin-RevId: 751434392
  • 25/04/2025 11:40

    Wrap the block comment asterisk in a code element

    Wrap the block comment asterisk in a code element
  • 25/04/2025 11:14

    Update cppguide.html

    Update cppguide.html
    
    NOTE: This site is deprecated. The site will be turned down after January 31, 2023, and traffic will redirect to the new site at https://protobuf.dev. In the meantime, updates will be made only to protobuf.dev.
    https://developers.google.com/protocol-buffers/docs/reference/cpp-generated#package
  • 24/04/2025 15:48

    markdown: Fix nerdy reference (#275)

    markdown: Fix nerdy reference (#275)
  • 24/04/2025 15:22

    jsguide: Replaced unfamiliar words with simpler alternatives. (#849)

    jsguide: Replaced unfamiliar words with simpler alternatives. (#849)
    
    Fixes #596.
  • 17/04/2025 10:33

    go: Export the latest version of internal guide. (#915)

    go: Export the latest version of internal guide. (#915)
    
    The updates enhance the existing guidance around package naming, utility
    packages, import renaming, function call arguments that span many lines,
    and the prohibition of assertion frameworks.
  • 10/04/2025 13:39

    Update C++ style guide (#914)

    Update C++ style guide (#914)
    
    - Expand guidance around usage of functions (and variables) with inline
      definitions.
    - Change guidance around internal namespaces to reduce the likelihood of
      collisions.
    - Expand naming guidance, with specific additional rules around:
      - nested namespaces not reusing well-known top-level names
      - template parameters
      - name aliases
    - Clarify that constant-style naming also applies to static class
      constants.
    - Other miscellaneous formatting and documentation improvements, e.g.
      additional Abseil TotW links.
  • 04/04/2025 6:27

    go: Export the latest version of internal guide. (#912)

    go: Export the latest version of internal guide. (#912)
    
    The updates encompass renaming testing-associated package's section
    heading, guidance on when to panic, and naming of subtests.

Log in