AngusJohnson / Clipper2

Polygon Clipping and Offsetting - C++, C# and Delphi
Boost Software License 1.0
1.52k stars 273 forks source link

Proposed clean-ups #894

Closed philstopford closed 1 month ago

philstopford commented 1 month ago

This is a partial set of clean-ups. There could be others, but they may be controversial (e.g. adopting LINQ in some areas, which may or may not hurt performance). I've also tried to be mindful of target framework versions and also some edge cases (e.g. hashing) where seemingly redundant chunks of code, if removed or changed for another option, may blow things up.

See what you think.

AngusJohnson commented 1 month ago

See what you think.

Thanks Phil! 🎉 And I've spent the last 2 days checking every change. (Just kidding 😜.)