<@U0KBF8D7V> <@U0F8Y5E5A> In the very early days...
# android
c
@Paul Woitaschek @mg6maciej In the very early days of Android, I was asked to write the coding style guide. It was straightforward, I just took our existing (Google) style guide which follows Sun's very closely and added a few Androidy things there (e.g. the resource file name thing). I got a big push back from the team, they wanted fields to have a specific prefix (remember, we had almost no Java engineer on the team then, mostly C/C++). They suggested
”m_"
, which they were used to, but I wasn't comfortable with the underscore which was very un-Javaish, so I countered with
”mFoo"
. The rest is history.