markjprice / cs11dotnet7

Repository for the Packt Publishing book titled "C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
566 stars 206 forks source link

A minor formatting issue on page 270 #44

Closed MAS-OUD closed 1 year ago

MAS-OUD commented 1 year ago

On page 270: WriteLine($"a == b: {(a == b)}"); unnecessary parentheses can be removed: WriteLine($"a == b: {a == b}");

MAS-OUD commented 1 year ago

might be a little confusing for the reader because curly braces surround the parenthesis immediately here.

markjprice commented 1 year ago

Thank you, Masoud. I have added an improvement item about this: https://github.com/markjprice/cs11dotnet7/blob/main/docs/errata/improvements.md#page-270---equality-of-types