2007-07-01から1ヶ月間の記事一覧

最適な工期

dev

http://www.atmarkit.co.jp/news/200707/05/juas.html 最適な工期は投入人月の立方根の2.4倍 assert(24 == Math.cbrt(1000)*2.4) 「短縮率が30%以上の短い期間での開発は無謀である」 groovy> (1..100).step(3) { printf("%3.0f,%5.2f,%5.2f\n", [it, Math.…

ant 1.7.0 をインストール

ant

http://journal.mycom.co.jp/news/2006/12/21/340.html によると リリースフレームワークをサポート Java 6対応(BSFが存在しなかった場合、scriptタスクはjavax.scriptingを使う) .NET antlibとSubversionに関するオプショナルタスクがAntlibsとして分離 htt…

1.1-beta-2 released

http://dist.codehaus.org/groovy/distributions/ http://docs.codehaus.org/display/GROOVY/2007/07/05Java 5 の Genericがサポートされた。 classic forがサポート。 groovy> for (i = 0; i < 3; i ++) { println i } 1 2 3

3.3 Release

http://eclipse.org/downloads/index.php Eclipse 3.3 - New and Noteworthy http://europa-mirror1.eclipse.org/eclipse/downloads/drops/R-3.3-200706251500/whatsnew/eclipse-news-all.html Eclipse 3.3レビュー http://journal.mycom.co.jp/special/2007…