In what we did in Google, another system that made me feel exceptionally valid and useful isStrictEncoding specification.
Before I started working at Google, I always thought that coding standards were useless. I firmly believe that these specifications are the waste of programming time and affect people's development efficiency under the bureaucratic system.
I
Code written according to the requirements of the project.Applicable scenario: On the network map, such as the day map and Google Maps, the user with the mouse on the map to pull a rectangle, want to download the rectangle in a certain level of tile data, and all tiles into a complete, including geographical coordinates of the TIF image.Before downloading tiles and tiled tiles, the user would like to see the number of tiles to be downloaded and the
Before I started working at Google, I always thought that coding standards were useless. I firmly believe that these specifications are all produced by the bureaucratic system, which wastes everyone's programming time and affects people's development efficiency.
In what we did in Google, another system that made me feel exceptionally valid and useful is a strict
Recently, Google released C ++CodeStyle specifications can be found here: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml.
This is a detailed C ++ development code style specification. Like many other companies, this specification specifies a large number of questions about what to do and what not to do, excerpt from several interesting aspects:
patterns makes the code easier to understand, and it may be a good choice to change some programming style under some 冴, but we 迓 should follow the principle of consistency and try not to return to it.
Another idea of the Google C + + Programming Guide is that the C + + feature is bloated. C + + is a huge language that contains a large number of advanced features, and in some cases we restrict or even prohibit the use of certain features to simplify
Google shares the specifications and standards of optical fiber networks
A few days ago, Google is introducing some specification standards for fiber optic networks to help promote the adoption of Software Defined Network Technology (SDN.
BikashKoley, Google's network architect, said at a telecom activity in Chicago that the network department has made new prog
Explanation of Google C ++ programming specifications
I personally think that google's C ++ coding standards are highly practical, and the code standards that come with Microsoft are simpler and clearer. I personally code them according to google's C ++ coding standards.I. File Name
The file name must be in lowercase. It can contain underscores (_) or hyphens (-).
my_useful_class.ccmy-useful-class.ccmyusef
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.