Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Fix Twitter Kit README typos
Browse files Browse the repository at this point in the history
Change-Id: Iad621565d909590b9aafd2435a002645f8d82475
  • Loading branch information
pborreli authored and Dalton Hubble committed Jun 11, 2015
1 parent 6bebb2e commit 5c1f619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ https://source.android.com/source/code-style.html

* the style guide is unclear on the naming of private static final fields, they should be SCREAMING_SNAKE_CASE

* AOSP uses Hungarian notation, however this is discouraged in modern open source libaries and applications. Instance variables should be named with CamelCase and without prefixes.
* AOSP uses Hungarian notation, however this is discouraged in modern open source libraries and applications. Instance variables should be named with CamelCase and without prefixes.

### Java Style Guide
http://google-styleguide.googlecode.com/svn/trunk/javaguide.html (MikeFu suggestion)

* Limit the use of horizontal alignment. While it may aid readaiblity, it creates problems for future maintainers. More [here](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.6.3-horizontal-alignment)
* Limit the use of horizontal alignment. While it may aid readability, it creates problems for future maintainers. More [here](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.6.3-horizontal-alignment)
* For testing purposes, we allow static imports, as well, as wildcard imports. This exclusion is added to our checkstyle config.

### Javadoc Style Guide
Expand Down

0 comments on commit 5c1f619

Please sign in to comment.