Skip to content

Refactor

Alexander Karpov edited this page Jul 26, 2017 · 2 revisions

Here are some future plans and thinkings for code refactoring

SwiftTask

https://github.com/ReactKit/SwiftTask
All download tasks should be implemented using this library.
That will be really useful when global redesign comes, also it may make code much more readable.

Database

Think about using DAO pattern. Also think about migration from a self written code to https://github.com/magicalpanda/MagicalRecord
This will be the way of improving the stability of the application.

Code documentation

Being not really a refactoring thing, this is just a wish, which really makes an open-source project open-sourceable.

Clone this wiki locally