Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Factor out find index module #270

Merged
merged 5 commits into from
Feb 4, 2019
Merged

Conversation

Totktonada
Copy link
Member

It is pure refactoring change, without any behaviour changes.

Here I just move the code without changes.
It is minor code refactoring. No behaviour changes.
This change further split the find_index module from the
accessor_general one by introducing find_index.new() function, that
creates an object with a db_schema field inside and the :find() method
that allows to find a suitable index.

find_index functions are moved around the module and splitted by
categories.
@Totktonada Totktonada added the code health Improve code readability, simplify maintenance and so on label Feb 4, 2019
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 90.861% when pulling 4804ad2 on factor-out-find-index-module into deb0c9f on master.

@Totktonada Totktonada merged commit 02c2c81 into master Feb 4, 2019
@Totktonada Totktonada deleted the factor-out-find-index-module branch February 4, 2019 02:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
code health Improve code readability, simplify maintenance and so on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants