go icon indicating copy to clipboard operation
go copied to clipboard

Replaced slices with arrays where appropriate

Open m-manu opened this issue 4 years ago • 1 comments

Replaced slices with arrays at places in code that matched all 3 criteria:

  1. length is fixed (doesn't need to change throughout the lifecycle of the program)
  2. length is known at compile time
  3. isn't passed to another method as a parameter

m-manu avatar Jun 16 '21 14:06 m-manu

This has been open for a couple of months now. Aren't maintainers looking at pull requests? 🤔

m-manu avatar Aug 24 '21 08:08 m-manu