Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Long functions should be broken into shorter functions #32

Closed
Tracked by #26
matjazv opened this issue Aug 26, 2022 · 0 comments · Fixed by #49
Closed
Tracked by #26

Long functions should be broken into shorter functions #32

matjazv opened this issue Aug 26, 2022 · 0 comments · Fixed by #49
Assignees
Milestone

Comments

@matjazv
Copy link
Contributor

matjazv commented Aug 26, 2022

Description

  • they will be easier to maintain
  • easier to find an opportunity for their optimization and possible parallelism

Acceptance Criteria

  • all functions have below 50 lines of a code

Additional Information

  • only perform this action on a places in the code where and if it makes sense
  • we may agree on a different number of allowed lines of a code per function
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants