start-concurrent / start-concurrent.github.io

Start Concurrent: An Introduction to Problem Solving in Java with a Focus on Concurrency, by Barry Wittman, Tim Korb, and Aditya Mathur.
Apache License 2.0
8 stars 6 forks source link

Introduce the ternary operator in chapter on selection? #111

Open bwittman opened 5 years ago

bwittman commented 5 years ago

The ternary operator is mentioned in an offhand way in Chapter 6, as part of a discussion of a tic-tac-toe solution.

Should it have its own short section in Chapter 4 along with if and switch statements?