For better readability, returning tuples should contain property names
aph5nt opened this issue · 2 comments
aph5nt commented
Proposal: For better readability, returning tuples should contain property names:
public interface IState
{
Task<(bool Exists, T Item)> TryGetAsync<T>(string key);
bojidar-bg commented
PerperState fixed in 8746b6e, going to doublecheck other classes for tuple returns.
bojidar-bg commented
Appears to be fixed as of current master (82f0930), closing! 😃