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

Possible additional topics for Chapter 6 (Loops/Strings) #23

Open
jdeisenberg opened this issue Jun 3, 2021 · 1 comment
Open

Possible additional topics for Chapter 6 (Loops/Strings) #23

jdeisenberg opened this issue Jun 3, 2021 · 1 comment

Comments

@jdeisenberg
Copy link
Contributor

Would it be useful to add content to cover:

  • Post-increment/decrement vs. pre-increment/decrement and how they differ when used in an assignment x = ++y; vs x = y++;
  • do/while loops (particularly in the context of input validation)
  • break (with cautionary note to avoid unless absolutely necessary)
@ChrisMayfield
Copy link
Owner

It's always a question of where to draw the line, but we felt those topics were more about Java specifically than programming generally. However, there is some content in the middle of "Appendix E" which is not currently included in the book. You could integrate that content into your version of the book if it's useful.

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

No branches or pull requests

2 participants