Code split out by chapter

92 views
Skip to first unread message

Tyler Collier

unread,
Mar 6, 2011, 1:53:46 PM3/6/11
to Growing Object-Oriented Software
Has anyone split out the code chapter by chapter?

Evgeni Dzhelyov

unread,
Apr 1, 2013, 6:23:51 AM4/1/13
to growing-object-o...@googlegroups.com
I have worked out the code chapter by chapter in a local repository of mine.
I will upload it on github and make it publicly available.


On Mon, Apr 1, 2013 at 4:42 AM, Costa Walcott <cwal...@gmail.com> wrote:
Hello,

Just wanted to follow up on this; in this github issue, it's mentioned that someone had broken up the code chapter-by-chapter. Does anyone know if this exists?

Thanks!


On Sunday, March 6, 2011 1:53:46 PM UTC-5, Tyler Collier wrote:
Has anyone split out the code chapter by chapter?

--
 
---
You received this message because you are subscribed to the Google Groups "Growing Object-Oriented Software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to growing-object-oriente...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Evgeni Dzhelyov

unread,
Apr 2, 2013, 2:58:12 PM4/2/13
to growing-object-o...@googlegroups.com
I have uploaded it to Github: https://github.com/edzhelyov/goos

I used Eclipse 3.8 on Linux for development.
I used Openfire 3.7.1 from the official site and configured it as described in the book.
Everything else is included in the repository.

The code is not as well organized as in the official repository, but the commit messages are detailed and I have committed on small steps working code.

Hope you find it helpful.

Cheers,
Evgeni


On Mon, Apr 1, 2013 at 4:42 AM, Costa Walcott <cwal...@gmail.com> wrote:
Hello,

Just wanted to follow up on this; in this github issue, it's mentioned that someone had broken up the code chapter-by-chapter. Does anyone know if this exists?

Thanks!

On Sunday, March 6, 2011 1:53:46 PM UTC-5, Tyler Collier wrote:
Has anyone split out the code chapter by chapter?

--

Steve Freeman

unread,
Apr 3, 2013, 2:37:21 AM4/3/13
to growing-object-o...@googlegroups.com
Thanks

S

On 2 Apr 2013, at 19:58, Evgeni Dzhelyov wrote:
> I have uploaded it to Github: https://github.com/edzhelyov/goos
>
> I used Eclipse 3.8 on Linux for development.
> I used Openfire 3.7.1 from the official site and configured it as described
> in the book.
> Everything else is included in the repository.
>
> The code is not as well organized as in the official repository, but the
> commit messages are detailed and I have committed on small steps working
> code.

Steve Freeman

Winner of the Agile Alliance Gordon Pask award 2006
Book: http://www.growing-object-oriented-software.com

+44 797 179 4105
Twitter: @sf105
Higher Order Logic Limited
Registered office. 2 Church Street, Burnham, Bucks, SL1 7HZ.
Company registered in England & Wales. Number 7522677



Alexandre Aquiles

unread,
Apr 3, 2013, 7:02:13 AM4/3/13
to growing-object-o...@googlegroups.com
Nice job, Evgeni.

I wasn't as disciplined a commiter as you, but I worked through a mavenized version. 
Also, I didn't tag the number of the chapters in the commits.

Anyway, here we go:
https://github.com/alexandreaquiles/the_auction_example/

For those not familiar with Maven, the tests are in src/test. 
Unit tests have a *Test suffix and integration/end-to-end tests have a *ITCase suffix.

To run the unit tests: 
mvn test

To run the integration and end-to-end tests: 
mvn verify

To issue the above commands, you should have Maven installed.

You'd still have to install Openfire. I didn't create any automated way to do it.

Alexandre Aquiles


Reply all
Reply to author
Forward
0 new messages