世の中のコーディング規約的にはどうなのかなと思ったのでちょっと調べたら中括弧付ける方が多い気がする。 C or C++ Google In general, curly braces are not required for single-line statements, but they are allowed if you like them; conditional o…
Some examples and what they expand to: {aa,bb,cc,dd} => aa bb cc dd {0..12} => 0 1 2 3 4 5 6 7 8 9 10 11 12 {3..-2} => 3 2 1 0 -1 -2 {a..g} => a b c d e f g {g..a} => g f e d c b a Bash Brace Expansion | Linux Journal 最初のやつは知ってい…
This is the sort of overhaul I'm talking about. Adding closures or not in the next version of Java is just a new coat of paint on a burning barn. Clean out the damn libs and make the language cleaner and leaner again is what's needed. I'd …
The Way of Testivus If you write code, write tests. Don’t get stuck on unit testing dogma. Embrace unit testing karma. Think of code and test as one. The test is more important than the unit. The best time to test is when the code is fresh…
HugeDomains.com - AllTheCode.com is for Sale (All The Code)新しいタイプのコード検索エンジン.現在Javaのコードのみを検索できる.NewsForgeによると,ランキングの方法として他のクラスから利用されている回数の多い方を上位に表示するらしい.同じプ…