とりあえずコード書けよ

技術的なことの備忘録。

2023-01-01から1年間の記事一覧

Dry::AutoInjectでinitializeをオーバーライドした時にArgumentError: wrong number of arguments (given 1, expected 0)になる

結論 Dry::AutoInjectでincludeしているクラスにネストしたクラスが別ファイルで存在しているとダメだった とりあえずネストしたクラスの構成を変える or includeしているクラスの中にクラスを書く 状況 クラスFooServiceでDry::AutoInjectを使って、Contain…

tomcatの名前の由来

learning.oreilly.com 上記の本の「1. Getting Start with Tomcat」内の「Where Did Tomcat Come From ?」でTomcatの製作者の言葉が書かれている。 O'Reilly books have animals on the covers. So what animal would I want on the cover of the O'Reilly b…