Reducing duplicate code #807
philipjyoon
started this conversation in
Ideas
Replies: 1 comment
-
I thought this issue would automatically reference the lines I had highlighted but it's not doing that. Here are some examples: https://github.com/nasa/opera-sds-pcm/blob/develop/integration/test_integration.py#L410-L433 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@chrisjrd Couldn't blocks like this just be one for-loop with a list of data involved? It would help w readability, maintainability, and re-usability.
Beta Was this translation helpful? Give feedback.
All reactions