Tag

style guide

1 views collected around this technical thread.

FunTester
FunTester
Feb 8, 2025 · Backend Development

Uber Go Coding Style Guide and Best Practices

This guide outlines Uber's conventions and best practices for writing Go code, covering linting, formatting, interface usage, error handling, concurrency, performance, style, patterns, and code‑checking tools to ensure maintainable, efficient, and idiomatic backend services.

Best PracticesGobackend
0 likes · 16 min read
Uber Go Coding Style Guide and Best Practices
360 Quality & Efficiency
360 Quality & Efficiency
Mar 25, 2022 · Information Security

Collection of Prominent C/C++ Security and Coding Standards

This article compiles a curated list of major C and C++ security and coding guidelines—including 360 Safe Rules, Tencent Security Guide, Huawei Secure Coding Specification, Google C++ Style Guide, C++ Core Guidelines, SEI CERT, MISRA, and High Integrity C++—providing brief descriptions and direct repository links for each.

Best Practicesccoding standards
0 likes · 5 min read
Collection of Prominent C/C++ Security and Coding Standards
IT Architects Alliance
IT Architects Alliance
Feb 13, 2022 · Fundamentals

10 Key Principles for Effective Technical Writing

This article outlines ten essential guidelines for technical documentation, covering clear subject‑verb‑object construction, proper use of pronouns and transition words, strong verbs, active voice, minimal adjectives and adverbs, consistent terminology, structured paragraphs, appropriate lists and tables, effective use of images, and maintaining a uniform style and overall document structure.

Best Practicescommunicationdocumentation
0 likes · 48 min read
10 Key Principles for Effective Technical Writing
Top Architect
Top Architect
Mar 7, 2020 · Fundamentals

Google Java Style Guide: Comprehensive Coding Standards and Best Practices

This guide presents the complete Google Java style specification, covering file naming, UTF‑8 encoding, whitespace rules, brace placement, indentation, import ordering, class structure, naming conventions, formatting details, comment styles, Javadoc requirements, and practical coding recommendations for clean, maintainable Java code.

Best PracticesGoogleJava
0 likes · 21 min read
Google Java Style Guide: Comprehensive Coding Standards and Best Practices
Architecture Digest
Architecture Digest
Feb 17, 2020 · Backend Development

Google Java Style Guide – Complete Definition and Coding Standards

This article presents the full Google Java Style Guide, detailing file naming, UTF‑8 encoding, whitespace rules, brace placement, import ordering, naming conventions for packages, classes, methods, constants, and Javadoc formatting, with numerous code examples illustrating each rule.

GoogleJavabackend development
0 likes · 21 min read
Google Java Style Guide – Complete Definition and Coding Standards
Java Captain
Java Captain
Dec 8, 2018 · Fundamentals

Alibaba Java Development Manual: Essential Coding Style Guidelines for Beginners

This article presents a comprehensive set of mandatory and recommended Java coding style rules—including brace placement, spacing, indentation, line length, comment formatting, naming conventions, and best‑practice recommendations—extracted from the Alibaba Java Development Manual to help junior developers write clean, readable code.

Best PracticesJavaProgramming
0 likes · 10 min read
Alibaba Java Development Manual: Essential Coding Style Guidelines for Beginners