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

USE module statement looks better and performant #10

Open
SebastienRietteMTO opened this issue Oct 11, 2023 · 0 comments
Open

USE module statement looks better and performant #10

SebastienRietteMTO opened this issue Oct 11, 2023 · 0 comments
Labels
beautify make a part of the code looking better (esthetic) enhancement New feature or request good first issue Good for newcomers

Comments

@SebastienRietteMTO
Copy link
Contributor

Copied from https://github.com/SebastienRietteMTO/PHYEX-fortran-tool/issues/17

USE module statements can be improved by

  1. Beautifying
  • packed them by type (MODE, MODI, MODD, MODN), one blank line between
  • ordering by alphabetic order within a type
  • upper case
  1. Performing
  • clean unused module
  • clean unused ONLY specific variable
  • [hard] : for simple 'USE MODULE' statement, detect and add 'ONLY' variables used
@SebastienRietteMTO SebastienRietteMTO added enhancement New feature or request good first issue Good for newcomers beautify make a part of the code looking better (esthetic) labels Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beautify make a part of the code looking better (esthetic) enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant