2009-04-21から1日間の記事一覧

メソッドチェインとインデント

メソッド・チェインのインデント方には色々ありますね。Javaの例 http://www.infoq.com/jp/news/2008/02/tap-method-ruby19 customer.newOrder() .with(6, "TAL") .with(5, "HPK").skippable() .with(3, "LGV") .priorityRush(); JavaScriptの例 http://alla…

emacsのハナシです。 なんとなくvisual-basic-modeでのfill-columnを79にしたくなったので。 (add-hook 'visual-basic-mode-hook '(lambda () (setq fill-column 79)))