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

add ability to generate a file with the comments inlined. #7

Open
masukomi opened this issue Feb 10, 2020 · 0 comments
Open

add ability to generate a file with the comments inlined. #7

masukomi opened this issue Feb 10, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@masukomi
Copy link
Owner

I'm thinking something like

pc -f /path/to/file.rb -g

g for "generate"

this would build a version of the file with the comments inserted inline.

open questions:

  • should they be commented using the single line comment format of the language of the given file?
    • if so, what about files with unknown language extensions?
  • should they be before the line they are commenting on or after? I'm leaning towards before.
@masukomi masukomi added enhancement New feature or request good first issue Good for newcomers labels Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant