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

refactor: Split copybooks into multiple subdirectories #344

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

meyfa
Copy link
Owner

@meyfa meyfa commented Feb 22, 2025

There are now quite a few copybooks with different purposes; some store global program state, others define data structures, again others are shared procedures. This patch moves each copybook into a directory that represents its type such that someone can more easily find the copybook they are looking for based on context.

The copybooks directory is also renamed to begin with an underscore such that it becomes the topmost entry in directory listings.

There are now quite a few copybooks with different purposes; some store
global program state, others define data structures, again others are
shared procedures. This patch moves each copybook into a directory
that represents its type such that someone can more easily find the
copybook they are looking for based on context.

The copybooks directory is also renamed to begin with an underscore
such that it becomes the topmost entry in directory listings.
@meyfa meyfa merged commit 20b2ad1 into main Feb 22, 2025
3 checks passed
@meyfa meyfa deleted the refactor/copybooks-structure branch February 22, 2025 13:18
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

Successfully merging this pull request may close these issues.

1 participant