Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Issue 23522037: one-liners for the remaining top-50 dart:core classes (Closed)

Created:
7 years, 3 months ago by Kathy Walrath
Modified:
4 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

one-liners for the remaining top-50 dart:core classes R=mcampione@google.com Committed: https://code.google.com/p/dart/source/detail?r=27496

Patch Set 1 #

Total comments: 4

Patch Set 2 : attempt to fix "error old chunk mismatch" #

Patch Set 3 : incorporate memfeedback #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -25 lines) Patch
M sdk/lib/core/core.dart View 1 chunk +1 line, -1 line 1 comment Download
M sdk/lib/core/function.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/core/int.dart View 1 chunk +3 lines, -6 lines 0 comments Download
M sdk/lib/core/iterator.dart View 1 chunk +12 lines, -6 lines 3 comments Download
M sdk/lib/core/num.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/core/object.dart View 1 chunk +12 lines, -1 line 1 comment Download
M sdk/lib/core/pattern.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/core/regexp.dart View 2 chunks +4 lines, -4 lines 1 comment Download
M sdk/lib/core/set.dart View 1 2 1 chunk +3 lines, -3 lines 1 comment Download
M sdk/lib/core/uri.dart View 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
Kathy Walrath
7 years, 3 months ago (2013-09-12 23:24:57 UTC) #1
mem
Kathy: I'm not able to view side-by-side diffs in this one. I can still do ...
7 years, 3 months ago (2013-09-13 15:51:21 UTC) #2
mem
A couple of small nits. LGTM https://chromiumcodereview.appspot.com/23522037/diff/1/sdk/lib/core/iterator.dart File sdk/lib/core/iterator.dart (right): https://chromiumcodereview.appspot.com/23522037/diff/1/sdk/lib/core/iterator.dart#newcode11 sdk/lib/core/iterator.dart:11: * The [Iterator] ...
7 years, 3 months ago (2013-09-13 16:05:09 UTC) #3
Kathy Walrath
Committed patchset #3 manually as r27496 (presubmit successful).
7 years, 3 months ago (2013-09-13 18:41:08 UTC) #4
Lasse Reichstein Nielsen
Late comments https://codereview.chromium.org/23522037/diff/19001/sdk/lib/core/iterator.dart File sdk/lib/core/iterator.dart (right): https://codereview.chromium.org/23522037/diff/19001/sdk/lib/core/iterator.dart#newcode10 sdk/lib/core/iterator.dart:10: * The for-in construct transparently uses Iterator ...
4 years, 3 months ago (2016-08-31 18:57:37 UTC) #6
Kathy Walrath
I forgot all about this. Obviously. :) We used to intentionally not code-font class names ...
4 years, 3 months ago (2016-08-31 20:36:08 UTC) #7
kevmoo
DBC https in URLs makes puppies happy https://codereview.chromium.org/23522037/diff/19001/sdk/lib/core/core.dart File sdk/lib/core/core.dart (right): https://codereview.chromium.org/23522037/diff/19001/sdk/lib/core/core.dart#newcode150 sdk/lib/core/core.dart:150: * [Dart ...
4 years, 3 months ago (2016-08-31 21:07:52 UTC) #9
Lasse Reichstein Nielsen
4 years, 3 months ago (2016-09-01 05:29:36 UTC) #10
Message was sent while issue was closed.
On 2016/08/31 20:36:08, Kathy Walrath wrote:
> I forgot all about this. Obviously. :)
> 
> We used to intentionally not code-font class names (especially in API docs,
> which we wanted to make as easy to write as possible), but that doesn't seem
to
> be the style people have adopted.

Indeed. I prefer to use code-font for "proper names" referring to code
declarations.
I'll write, say, "iterable" without code quotes and `Iterable` (captalized) with
code quotes. There might not be a real difference between the two concepts, but
I find a non-code "Iterable" to be confusing - is it trying to be general or is
it referring to the class?

Powered by Google App Engine
This is Rietveld 408576698