<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-6178209.post114893419534268515..comments</id><updated>2007-04-16T05:50:18.760-05:00</updated><category term='kanban'/><category term='mocks'/><category term='design'/><category term='lean'/><category term='testing'/><category term='agile'/><category term='DSL'/><category term='Redpoint'/><title type='text'>Comments on Igor's Blog: How do you keep the build time low?</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.igorstoyanov.com/feeds/114893419534268515/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6178209/114893419534268515/comments/default'/><link rel='alternate' type='text/html' href='http://blog.igorstoyanov.com/2006/05/how-do-you-keep-build-time-low.html'/><author><name>Igor</name><uri>http://www.blogger.com/profile/12832903167357753682</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6178209.post-114895891129904990</id><published>2006-05-29T22:15:00.000-05:00</published><updated>2006-05-29T22:15:00.000-05:00</updated><title type='text'>Jay beat me to it!</title><content type='html'>Jay beat me to it!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6178209/114893419534268515/comments/default/114895891129904990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6178209/114893419534268515/comments/default/114895891129904990'/><link rel='alternate' type='text/html' href='http://blog.igorstoyanov.com/2006/05/how-do-you-keep-build-time-low.html?showComment=1148958900000#c114895891129904990' title=''/><author><name>Obie</name><uri>http://www.blogger.com/profile/16873529353096616479</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src=''/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.igorstoyanov.com/2006/05/how-do-you-keep-build-time-low.html' ref='tag:blogger.com,1999:blog-6178209.post-114893419534268515' source='http://www.blogger.com/feeds/6178209/posts/default/114893419534268515' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2071398329'/></entry><entry><id>tag:blogger.com,1999:blog-6178209.post-114894120658962937</id><published>2006-05-29T17:20:00.000-05:00</published><updated>2006-05-29T17:20:00.000-05:00</updated><title type='text'>Point taken, Jay. Thanks for the comment.</title><content type='html'>Point taken, Jay. Thanks for the comment.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6178209/114893419534268515/comments/default/114894120658962937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6178209/114893419534268515/comments/default/114894120658962937'/><link rel='alternate' type='text/html' href='http://blog.igorstoyanov.com/2006/05/how-do-you-keep-build-time-low.html?showComment=1148941200000#c114894120658962937' title=''/><author><name>Igor</name><uri>http://www.blogger.com/profile/12782792313857381015</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.igorstoyanov.com/2006/05/how-do-you-keep-build-time-low.html' ref='tag:blogger.com,1999:blog-6178209.post-114893419534268515' source='http://www.blogger.com/feeds/6178209/posts/default/114893419534268515' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1956080413'/></entry><entry><id>tag:blogger.com,1999:blog-6178209.post-114893934127023848</id><published>2006-05-29T16:49:00.000-05:00</published><updated>2006-05-29T16:49:00.000-05:00</updated><title type='text'>Here's a quick paste of the build from the ruby/ra...</title><content type='html'>Here's a quick paste of the build from the ruby/rails/dsl project we are currently finishing up for a major bank.&lt;BR/&gt;&lt;BR/&gt;Started&lt;BR/&gt;.........................................................................................................................................................................&lt;BR/&gt;Finished in 1.852947 seconds.&lt;BR/&gt;&lt;BR/&gt;169 tests, 155 assertions, 0 failures, 0 errors&lt;BR/&gt;&lt;BR/&gt;Started&lt;BR/&gt;...............................................................&lt;BR/&gt;Finished in 3.275821 seconds.&lt;BR/&gt;&lt;BR/&gt;63 tests, 90 assertions, 0 failures, 0 errors&lt;BR/&gt;&lt;BR/&gt;Test coverage is around 85%.&lt;BR/&gt;&lt;BR/&gt;I personally do not like fixtures, but some of the other team members do use them in their tests.&lt;BR/&gt;&lt;BR/&gt;The db we are using locally is postgres.&lt;BR/&gt;&lt;BR/&gt;Skipping the 'compile' step is quite nice.  Though I could live with 5 minute builds, I much prefer 5 second builds. ;)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6178209/114893419534268515/comments/default/114893934127023848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6178209/114893419534268515/comments/default/114893934127023848'/><link rel='alternate' type='text/html' href='http://blog.igorstoyanov.com/2006/05/how-do-you-keep-build-time-low.html?showComment=1148939340000#c114893934127023848' title=''/><author><name>Jay Fields</name><uri>http://www.blogger.com/profile/17462694742069971053</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.igorstoyanov.com/2006/05/how-do-you-keep-build-time-low.html' ref='tag:blogger.com,1999:blog-6178209.post-114893419534268515' source='http://www.blogger.com/feeds/6178209/posts/default/114893419534268515' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1194390713'/></entry></feed>
