Start Concurrent: An Introduction to Problem Solving in Java with a Focus on Concurrency, by Barry Wittman, Tim Korb, and Aditya Mathur.
8
stars
6
forks
source link
Introduce the ternary operator in chapter on selection? #111
Open
bwittman opened 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
andswitch
statements?