You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at listing 3-12 on page 47, it says it Actual is null, and Expected is factorA=20, factorB=30. I believe the Expected should be factorA=31, factorB=41. I actually downloaded the code just to debug the test to double check this. Am I correct or am I missing something?
The text was updated successfully, but these errors were encountered:
Immensely enjoying it so far... the style of the book as a practical step through guide is perfect for my preferred learning style. My pet hate is books which gloss over HOW you actually solve problems in the real world. The fact you have pulled in other pieces such as Lombok, TDD, and taken the time to explain them all rather than making assumptions is also a real bonus. Despite being reasonably clever, I don't always learn new things especially quickly so I doubly appreciate books which are accessible like yours.
Looking at listing 3-12 on page 47, it says it Actual is null, and Expected is factorA=20, factorB=30. I believe the Expected should be factorA=31, factorB=41. I actually downloaded the code just to debug the test to double check this. Am I correct or am I missing something?
The text was updated successfully, but these errors were encountered: