FastLinq icon indicating copy to clipboard operation
FastLinq copied to clipboard

Consider using a singular static readonly T[] throughout library

Open ndrwrbgs opened this issue 6 years ago • 0 comments

Needs to be weighed against assembly-boundary concerns as well as dependency/design concerns. The negative impacts of having 10 Empty T[]s versus 1 is trivial, so it comes down to which is better design.

ndrwrbgs avatar Nov 26 '18 23:11 ndrwrbgs