Filter
Exclude
Time range
-
Near
If you're trying to capture a non-null value in C# this `FindFoo() is {} foo` seams to be the most succinct syntax.
I prefer `is { } todo`, since it won't start silently returning null when the return type of the expression changes - it will preserve the return type
1
11
21 Jan 2019
最近よく書く再帰のコード function findFoo(tree) { const buf = []; function walk(node) { // ... walk(child) } walk(tree); return buf; } 同期限定だけど
6
8 Jun 2017
O(1) 以外は findFoo() なり calculateFoo() なりという重そうな名前のメソッドにしてほしい派

ブロッキングするならプロパティにしないでよ…… おれの感覚だと、プロパティにしてよいのはO(logn)くらいまで。
11
17
7 Apr 2015
My favorite restaurant bathroom! #ToiOnSunset #FindFoo
15
39
119