obecto/perper

For better readability, returning tuples should contain property names

aph5nt opened this issue · 2 comments

Proposal: For better readability, returning tuples should contain property names:

   public interface IState
      {
          Task<(bool Exists, T Item)> TryGetAsync<T>(string key); 

PerperState fixed in 8746b6e, going to doublecheck other classes for tuple returns.

Appears to be fixed as of current master (82f0930), closing! 😃