|
|
|
|
|
by gmueckl
2687 days ago
|
|
This us one of the cases where I would want you to write an explicit type for seniorMales. Reasoning about the LINQ expression is just complex enough that by not constraining its type to your expectations you can easily obscure a mistake in your thinking that would otherwise show up in the data types. |
|
How do you feel about deconstructuring that is available in most languages?