Bob Nystrom

Results 972 comments of Bob Nystrom

I've also run into this when migrating tests. I like the idea of the above extension methods and would be happy to see them in the core library if that's...

> While there are some decent changes with the new tall style, I can't bring myself to use it at the moment due to some open issues here. Which ones...

> > Which ones in particular? My hope is to get most of the pressing ones fixed soon and out in the next Dart SDK release. > > [#1545](https://github.com/dart-lang/dart_style/issues/1545), That...

I'm going to go ahead and close this because I think the style issues are mostly tracked elsewhere. We don't intend to support the old style in later language versions....

I spent a little time looking into this. Aesthetically, I really like the proposed style. A call chain following a split delimited expression like a function call or collection literal...

It's less about performance than it is about being able to pass flags to the VM used to run your application independent of the flags used to run pub which...

If you look at this more generally, a catch clause: * Tests an object against some type (the `on` clause). * If the object has that type, optionally bind a...

> Any progress on this language feature? It seems that the discussion is already dead. No progress (it's not a particularly burning issue), but we are working on pattern matching...

This is useful, but I'm going to move it to later because I don't want to keep throwing new stuff at the poor beleaguered implementers.

OK, so maybe just `while-case`. :)