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
-
-
craftinginterpreters
craftinginterpreters PublicRepository for the book "Crafting Interpreters"
-
wren-lang/wren
wren-lang/wren PublicThe Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
dart-lang/sdk
dart-lang/sdk PublicThe Dart SDK, including the VM, dart2js, core libraries, and more.
868 contributions in the last year
| Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2024
Created 15 commits in 3 repositories
Opened 13 pull requests in 2 repositories
dart-lang/dart_style
1
open
11
merged
-
Don't indent split binary operands in an assignment-like context.
This contribution was made on Mar 23
-
Indent comments inside switch statement cases.
This contribution was made on Mar 21
-
Tweak the call chain splitting rules.
This contribution was made on Mar 14
-
Prefer splitting at ".." instead of in the cascade target.
This contribution was made on Mar 14
-
Update tool/test_updater.dart to handle the tall style and test changes.
This contribution was made on Mar 14
-
Reorganize the sources and tests to split out the short and tall files.
This contribution was made on Mar 8
-
Tweak the block formatting rules to disallow
=>function expressions.This contribution was made on Mar 7 -
Support leading indentation in the new style.
This contribution was made on Mar 7
-
Preserve newlines (or lack of) in collections with line comments.
This contribution was made on Mar 7
-
Test that benchmarks produce their expected output.
This contribution was made on Mar 5
-
Force list, set, and maps to split if they are nested.
This contribution was made on Mar 5
-
Migrate a couple more stragglers.
This contribution was made on Mar 5
dart-lang/language
1
merged
-
Specify how extension types and their constructors are augmented.
This contribution was made on Mar 20
Reviewed 12 pull requests in 4 repositories
dart-lang/dart_style
5 pull requests
-
Don't indent split binary operands in an assignment-like context.
This contribution was made on Mar 26
-
Tweak the block formatting rules to disallow
=>function expressions.This contribution was made on Mar 9 -
Preserve newlines (or lack of) in collections with line comments.
This contribution was made on Mar 7
-
Force list, set, and maps to split if they are nested.
This contribution was made on Mar 6
-
Test that benchmarks produce their expected output.
This contribution was made on Mar 6
dart-lang/language
3 pull requests
-
Specify how extension types and their constructors are augmented.
This contribution was made on Mar 21
-
Update grammar rules of augmentation library feature specification
This contribution was made on Mar 19
-
Change "augmentation library" wording to just "augmentation", other updates
This contribution was made on Mar 13
dart-lang/site-www
3 pull requests
-
Add note about if-null operator
This contribution was made on Mar 14
-
Add spread to Operators page
This contribution was made on Mar 11
-
Update outdated mention that factory constructors can return null.
This contribution was made on Mar 7
dart-lang/args
1 pull request
-
Introduce new typed
ArgResultsflag(String),option(String), andmultiOption(String)methodsThis contribution was made on Mar 14
Created an issue in dart-lang/dart_style that received 3 comments
Handle trailing commas in catches
Today I learned that catch clauses can have a trailing comma. This is valid: main() { try {} catch (e, s,) {} } We should handle this in both the s…
3
comments
Opened 4 other issues in 3 repositories
dart-lang/sdk
2
open
-
CFE allows trailing comma in catch clause
This contribution was made on Mar 25
-
Analyzer should pass experiment flags through to dart_style
This contribution was made on Mar 6
dart-lang/site-www
1
open
-
Suggest using null-check patterns for working with nullable fields or expressions that can't be promoted
This contribution was made on Mar 25
dart-lang/dart_style
1
open
-
Tall style: Weird indentation and splitting when comment appears before cascade setter
This contribution was made on Mar 20
3
contributions
in private repositories
Mar 5 – Mar 6




