HandySwift icon indicating copy to clipboard operation
HandySwift copied to clipboard

Embrace the new Swift Algorithms package

Open Jeehut opened this issue 5 years ago • 0 comments

Problem Statement

Currently, several algorithmic helpers are added to HandySwift. There's is now a new Algorithms package though.

Suggested Solution

As there's now an official "Algorithms" package, we should deprecate the HandySwift helpers and help migrate to the new Algorithms package with the right pointers.

We could both, make use of the Algorithms package and also remove helpers and point to available method in it.

Another think we might do is actually provide some helpers from HandySwift and add them to the Algorithms package itself.

Jeehut avatar Oct 09 '20 11:10 Jeehut