Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next iteration of grid.py #85

Open
jerryu opened this issue Jun 5, 2021 · 1 comment
Open

next iteration of grid.py #85

jerryu opened this issue Jun 5, 2021 · 1 comment

Comments

@jerryu
Copy link

jerryu commented Jun 5, 2021

At present, grid.py has two iterations via the "exploratory process".

I wonder if another iteration would help future readers continue discerning the patterns.
Recognizing the grid as rows of repeated patterns, one may be able to restructure the code using a generalized 'row'.

By 'generalized row', I meant each row differs from each other, only by marker ('+' or '|') and filler('-' or ' '), hence its drawing can be encapsulated into one function with marker and filler as parameters.

@jerryu
Copy link
Author

jerryu commented Jun 5, 2021

A pull request (#86) has been submitted to illustrate the abstraction of a generalized row.
any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant