Talking about Android coding standards and naming standards, talking about android coding standards
Preface:
At present, I am responsible for the development of two medical APP projects. At the same time, I am using LeanCloud for cloud-based development.
Now the big framewor
0. The summary
This article is translated from "recommended C Style and coding standards".
Author Information:
L.W Cannon (Bell Labs)R.A Elliott (Bell Labs)L.W Kirchhoff (Bell Labs)J.H Miller (Bell Labs)J.M Milner (Bell Labs)R.W Mitze (Bell Labs)E.P Schan (Bell Labs)N.O Whittington (Bell Labs)Henry Spencer (Zoology Computer Systems, University of Toronto)David Keppel (EECS, UC Berkeley, Cse, University o
JavaScript programming language, as the most popular Client scripting language, has long been familiar to many Web developers. With the advent of the Web2.0 era and the wide application of Ajax technology, JavaScript has gradually attracted more attention. The more you need in your work, the more in-depth study and flexible use of the JavaScript language and the guarantee of the encoding quality.For Engineers familiar with the C/C ++ or Java language,
For Engineers familiar with the C/C ++ or Java language, JavaScript is flexible, easy to understand, and requires relatively loose code formats. It is easy to learn and use it in your own code. Because of this, JavaScript coding standards are often despised. Fixing and complementing during the development process will eventually become a nightmare for subsequent
I personally summarized some C/C ++ coding standards
For different programming languages, the specific encoding specifications can be very different, but their purposes are consistent, it is to ensure that the Code meets the requirements of high quality and has good readability and maintainability. For example, we can stipulate that the C language program of a project should follow the following rules: vari
This article recommends (Front-end development coding standards and best practices for world-class digital companies. This document covers HTML, CSS, and JavaScript encoding standards, accessibility, performance optimization, browser compatibility, testing, and search engine optimization support. The following is a ful
Recently, I have compiled C # coding standards for my company. I haven't studied much about this in the past. I just thought that the code can make my own sense.
I have referred to the following materials
C # coding conventions
. Net Design Specification Convention usage and mode (version 2nd)
The art of writing readable code
Refactoring-improving the
PHP-FIGPSR-1 # basic coding standards this standard contains a standard encoding element for ensuring the interoperability of PHP shared code.
The key words "MUST", "must not", "REQUIRED needs", "SHALL will", "shall not will NOT", "shoshould ", "shoshould NOT", "RECOMMENDED by RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as describ
Java coding specifications 1.1 why coding standards are especially important for programmers, there are several reasons: 80% of the cost of a software life cycle is maintenance. Almost no software is maintained by the original developer throughout its lifecycle. Coding speci
Java coding specification, java Coding
1. Java Naming ConventionsIn addition to the following special cases, full English descriptors should always be used for naming. In addition, lowercase letters are generally used, but the class name, interface name, and the first letter
developers to easily integrate multiple codebase into their own projects. The Framework interoperability group, or PHP Standard Group, publishes a range of recommended styles. Some of them are about code style, namely Psr-0,psr-1,psr-2 and PSR-4. Typically, your PHP code should follow one or more of these criteria, so that other developers can easily read and use your code. These standards add new rules to the previous standard, so using PSR-1 requir
Java Development specification summary_code coding specification, java Coding
It is a good habit to gradually develop codes.
1. Basic Principles
Mandatory principle:1. The StringBuilder must be used for string addition;2. try... Catch usage
Try {} catch {Exception e. printStackTrace ();} finally {} // It Can Be Used in
C # Coding specifications summarized by myself-7. Download and summary of documents,
Today, I finally finished writing this series of coding specifications. This coding specification was counted as reading relevant books. It took a whole month before and after that, and it was my painstaking work.
I didn't plan to write this series so long, but I searched the rel
:
(1) Beginner: Learning Routines "will only imitate"
Java Fundamentals: Will write some simple additions and deletions to understand the basic Java syntax
Javaweb: Learn about the web knowledge of some books
(2) Intermediate: "A given design document can be developed with a routine"
Database: writes common SQL
Ja
The so-called norm refers to the behavior or theory that many people abide by at the same time.Java specification is not one of them, but there are many kinds, such as Java code specification, Java naming specification, Java Virtual Machine specification, and so on, even a coding specification has many kinds, different
Here, the author based on their own a little understanding of the bold to put forward some of their own to master the theory of Java standards, of course, for beginners, can also provide a need to learn what content reference. In addition, this standard is limited to the J2SE part, the contents of the Java EE section have time to say otherwise.
1, syntax: Must b
1.1 objectives and requirements
Why coding standards?
Coding standards are especially important for programmers for the following reasons:
-80% of the cost for a software life cycle is maintenance.
-Almost no software is maintained by the original developer throughout its lifecycle.
-
Source: http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html,Http://morningspace.51.net/,moyingzz@etang.com.
1 Introduction (Introduction)1.1 Why coding standards (Why Have Code Conventions)Coding standards are especially important for programmers for the following reasons:-80% of the cost for a software life cy
Original Title: The CERT Oracle Secure coding standard for Java Author: (US) Fred long Dhruv mohindra Robert C. seacord Dean F. sutherland David Svoboda Translator: Ji Wenke Yang xiaochun book series name: Chapter Hua programmer library Publishing House: Machinery Industry Publishing House ISBN: 9787111428183 mounting time: June 2013 publication date: Opening: 16 open pages: 1 version: 1-1 category: more ab
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.