Read Time : 3 Mins
Why not just `IsUsernameValid(username) && IsPasswordValid(password)`, don't you trust C# that this expression is evaluated into boolean?
Why not just `IsUsernameValid(username) && IsPasswordValid(password)`, don't you trust C# that this expression is evaluated into boolean?