Programming language developer, ex-game developer, UI nerd, author of "Game Programming Patterns" and "Crafting Interpreters".
-
@google, on @dart-lang
- Seattle, WA
- http://journal.stuffwithstuff.com
Block or Report
Block or report munificent
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
wren-lang/wren Public
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
dart-lang/sdk Public
The Dart SDK, including the VM, dart2js, core libraries, and more.
668 contributions in the last year
Less
More
Contribution activity
September 2022
Created 10 commits in 1 repository
Created a pull request in dart-lang/language that received 8 comments
[patterns] Tease apart type testing from refutability.
Some patterns fail to match if the value doesn't have a certain type. We still allow those patterns in irrefutable contexts if the matched value is…
+82
−108
•
8
comments
Opened 3 other pull requests in 1 repository
dart-lang/language
3
merged
Reviewed 10 pull requests in 2 repositories
dart-lang/language
7 pull requests
dart-lang/dart_style
3 pull requests
Created an issue in dart-lang/language that received 21 comments
Should switch statements be exhaustive?
The patterns proposal is currently silent about compile errors related to exhaustiveness checking on patterns, though it does talk about exhaustive…
21
comments
Opened 6 other issues in 1 repository
dart-lang/language
3
closed
3
open
- Allow both "final" and a type in pattern variables
- Switch elements
-
Should we allow
&patterns as the outermost pattern in variable declarations and assignments? - Loosen the restriction on variables declared in case patterns that share a body
- Support "..." in list and map patterns
-
Should null-check
?patterns be prefix instead of postfix?
1
contribution
in private repositories
Sep 9



