This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
3.0 lib refactor #664
Comments
Branch feature/664-3-0-lib-refactor created! |
Just to clarify this: are we suppose to branch from update: confirmed over chat that that is the workflow to follow |
Yes, I would think so. |
Link to list of references https://docs.google.com/spreadsheets/d/17w3czPixTYYyeXoSAxlGTtoBQMbffpUAyTysiehE0MU/edit?usp=sharing |
This was
linked to
pull requests
Nov 3, 2020
Merged
kalisp
added a commit
that referenced
this issue
Nov 12, 2020
kalisp
added a commit
that referenced
this issue
Nov 12, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To move with pype 3.0, we need to refactor
lib.py
which is a mishmash of functions into a clean testable code inside a new lib python module.The agreed plan is to split it into individual tasks. Everyone takes functions they wrote originally, judges where it needs to go, refactors, writes tests, if time allows. PRs with individual functions of groups of functions after refactor, should be made into
feature/664-3-0-lib-refactor
branch. Once everything is pulling into it, we'll merge into develop.@kalisp will be reviewing smaller PRs to ensure consistency of code style, docstrings and general approach.
The text was updated successfully, but these errors were encountered: