Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Issue 1599045: code review 1599045: Change the camelcase algorithm to be consistent with earlier (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by r
Modified:
13 years, 11 months ago
Reviewers:
CC:
rsc, dsymonds
Visibility:
Public.

Description

Change the camelcase algorithm to be consistent with earlier implementations (copy the google-internal version). The difference is that lower-case letters are always capitalized if the preceding character is not an upper-case letter.

Patch Set 1 #

Patch Set 2 : code review 1599045: Change the camelcase algorithm to be consistent with earlier #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -20 lines) Patch
M compiler/generator/generator.go View 1 chunk +55 lines, -20 lines 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: dsymonds1), I'd like you to review this change.
13 years, 11 months ago (2010-06-10 22:26:16 UTC) #1
rsc
LGTM
13 years, 11 months ago (2010-06-10 23:05:48 UTC) #2
r
13 years, 11 months ago (2010-06-10 23:07:19 UTC) #3
*** Submitted as
http://code.google.com/p/goprotobuf/source/detail?r=d4244c3d8960 ***

Change the camelcase algorithm to be consistent with earlier
implementations (copy the google-internal version).
The difference is that lower-case letters are always capitalized
if the preceding character is not an upper-case letter.

R=rsc
CC=dsymonds1
http://codereview.appspot.com/1599045
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b