ChrisMayfield / ChrisMayfield/ThinkJava2

Possible additional topics for Chapter 6 (Loops/Strings)

Open
#23 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TeX
Stars
86
Forks
53
PR merge metrics
No merged PRs in 30d

Description

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)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the LaTeX source for Chapter 6 and review how loops, strings, and related examples are currently presented. Compare the chapter against the proposed increment/decrement, do/while, input-validation, and break topics; done means the agreed topics are incorporated consistently and the chapter still builds successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.