Kenneth Bogner
Kenneth Bogner
@pzp1997 could there be separate implementations? For example, * `transpose`, which follows number 3 and * `transposeJagged` or `jaggedTranspose`, which follows number 2
I threw together a simple example for jagged to get a feel for what it is like to use it. It was my first naive approach, so I'm confident there...
codeclimate did detect issues, claiming the code to be too similar, but I don't think these methods should be considered such.