Bob Nystrom
Bob Nystrom
> I want a comma after a _final_ initializer, one that doesn't have a super constructor invocation after it Nooooo. I'm not aware of any widely used style for constructor...
> some people will want every line to end in a comma, even if that puts a semicolon on the next line. For what it's worth, it was the Flutter...
So it turns out the proposal is in an inconsistent state. It doesn't actually propose or specify switch elements. But it does refer to them in a couple of places....
I think you can close this one as "completed" now, right @eernstg? You should have the honors. :)
I'm not sure why this behavior is different in Dart 3.0. @stereotype441 or @eernst might know more.
As a counter-strawman, how about: ```dart /// Put this on a class to indicate that it should no longer be used in an /// `extends` clause. Extending a class with...
I don't know about *needed*, but, yes, it is still a valid use case for `Never` to use it as the return type for a function that never actually returns....
My understanding is of the terminology is: * An **abbreviation** is *any* shortened form of a word or series of words. So "TV", "DB", "Mr.", "HTTP", and "NASA" are all...
Yes, the other side of this is that we on the language team should have some explicit task during the release process to move language proposals from `future-releases/` into the...