Pierre Arnaud

Results 14 comments of Pierre Arnaud
trafficstars

You are right, but this would require some significant rewrite. I'd rather only refactor the class superficially and change `IsFull` and `IsShort` to properties. I'll see if I can find...

Your suggestion does not produce the same result. Given `k=10`, the initial `checkLength` would be `k/2` = `5`, whereas it would be `11%2` = `1` in your suggestion... I suppose...

Of course 🤣 . I feel stupid.