Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code structure #1

Closed
asarkar opened this issue Jan 17, 2017 · 2 comments
Closed

Code structure #1

asarkar opened this issue Jan 17, 2017 · 2 comments

Comments

@asarkar
Copy link

asarkar commented Jan 17, 2017

Given that there are 10 chapters in the book, 109 SBT projects indicate poor code management. In order to read a chapter, I have to open 11 projects on an average in the IDE.

asarkar:Mastering-Akka$ find . -name "build.sbt" -type f | wc -l
     109

What may help is to have a single project for a chapter, named accordingly. The separate samples in a project can be submodules.

@domdorn
Copy link

domdorn commented Jul 14, 2017

I think a better approach would be to use one project and have the different stages as tags. That way, we could jump between the different steps and also see a diff of the changes. However, as the book is already published, I don't think this is going to happen.

@VishalMewadaPackt
Copy link
Contributor

Hello Dominik,

Please let me know the code bundle structure which will help the reader more effectively. We'll make the necessary changes.

You can fork the code repo and make the changes, then you can push it so I can accept the pull request.

If you have any queries, please let me know.

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants