SimpleSQLite icon indicating copy to clipboard operation
SimpleSQLite copied to clipboard

Code Refactored for Improved Quality, Readability, and Maintainability

Open Yash-javiya opened this issue 2 years ago • 0 comments

Refactored code using this techniques:

1. Rename method/variable: changes in simplesqlite and test package

2. Introduce explaining variable: changes n test/test_simplesqlite.py file

3. Extract method: In simplesqlite/core.py and simplesqlite/_validator.py file

4. Move method/field: moved extract_table_metadata method to simplesqlite/core.py file and did the necessary changes in simplesqlite/_func.py file.

Yash-javiya avatar Apr 07 '23 02:04 Yash-javiya