All Projects → waylau → Java Code Conventions

waylau / Java Code Conventions

Chinese translation of the Code Conventions for the Java Programming Language document.中文翻译《Java 编码规范》

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java Code Conventions

XS-Labs-Style-Guide
XS-Labs Coding Style Guide for C, C++, Objective-C and x86 Assembly
Stars: ✭ 20 (-88.95%)
Mutual labels:  code, conventions
Code Snippets Wp Speed Up
Code Snippets for WordPress and WooCommerce speed up, which can be imported into the plugin.
Stars: ✭ 168 (-7.18%)
Mutual labels:  code
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+1069.61%)
Mutual labels:  code
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (-12.15%)
Mutual labels:  code
Designpatternsincsharp
Samples associated with Pluralsight design patterns in c# courses.
Stars: ✭ 149 (-17.68%)
Mutual labels:  code
Restrictedpython
A restricted execution environment for Python to run untrusted code.
Stars: ✭ 163 (-9.94%)
Mutual labels:  code
Illacceptanything
The project where literally anything* goes.
Stars: ✭ 1,756 (+870.17%)
Mutual labels:  code
Write Code Every Day
[No longer maintained] A project to honor those developers who believed in the challenge.
Stars: ✭ 174 (-3.87%)
Mutual labels:  code
Code2sec.com
xmind\code\articles for my personal blog 个人博客上的资源备份存储,也是个人分享的汇总
Stars: ✭ 164 (-9.39%)
Mutual labels:  code
Php Conventions
Рекомендации по написанию PHP кода
Stars: ✭ 156 (-13.81%)
Mutual labels:  conventions
Walkmod Core
walkmod: an open source tool to fix coding style issues
Stars: ✭ 153 (-15.47%)
Mutual labels:  conventions
Ssti Payloads
🎯 Server Side Template Injection Payloads
Stars: ✭ 150 (-17.13%)
Mutual labels:  code
Windowsxp
This is the leaked source code of Windows XP Service Pack 1
Stars: ✭ 164 (-9.39%)
Mutual labels:  code
Awesome Denoise
All latest image/burst/video Denoising papers with code & citation published in top conference and journal.
Stars: ✭ 145 (-19.89%)
Mutual labels:  code
Rtcode
Real time code sharing web application
Stars: ✭ 170 (-6.08%)
Mutual labels:  code
Go Ethereum Code Analysis
No description or website provided.
Stars: ✭ 2,032 (+1022.65%)
Mutual labels:  code
Book Open Source Tips
Open Source book on Open Source Tips
Stars: ✭ 152 (-16.02%)
Mutual labels:  code
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-12.15%)
Mutual labels:  code
Conventions
In-house conventions and styles
Stars: ✭ 177 (-2.21%)
Mutual labels:  conventions
Qr Code Bundle
Bundle for generating QR codes in Symfony
Stars: ✭ 169 (-6.63%)
Mutual labels:  code

Code Conventions for the Java Programming Language 中文翻译《Java 编码规范》

Chinese translation of the Code Conventions for the Java Programming Language document. This document contains the standard conventions that we at Sun follow and recommend that others follow. It covers filenames, file organization, indentation, comments, declarations, statements, white space, naming conventions, programming practices and includes a code example.

  • 80% of the lifetime cost of a piece of software goes to maintenance.
  • Hardly any software is maintained for its whole life by the original author.
  • Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly.

The last revision to this document was revised and updated on April 20, 1999 by Sun Microsystems. There is alse a GitBook version of the book: http://waylau.gitbooks.io/java-code-conventions/ or http://waylau.com/java-code-conventions/ Let's READ!

《Java 编码规范》中文翻译。这个文档包含了 Sun 所遵循以及推荐的标准的规范。它涵盖了文件名,文件组织,压缩,声明,注释,语句,空白,命名规范,编码惯例以及一个代码示例。

  • 一个软件的生命周期中,80%的花费用于维护.
  • 几乎没有任何一个软件,在其整个生命周期中,均由最初的作者来维护.
  • 编码规范可以改善软件的可读性,可以让程序员尽快而彻底地理解新的代码.

文档最后版本由 Sun 公司于1999年4月20日更新,虽然过去十几年,但这个规范至今对编码的规范指导仍然适用,特此翻译。如有勘误欢迎指正。

目录开始阅读吧

Get Started 如何开始阅读

选择下面入口之一:

Issue 意见、建议

如有勘误、意见或建议欢迎拍砖 https://github.com/waylau/java-code-conventions/issues

Contact 联系作者:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].