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

Store codecrumbs in separate files #20

Open
selurvedu opened this issue Feb 19, 2019 · 1 comment
Open

Store codecrumbs in separate files #20

selurvedu opened this issue Feb 19, 2019 · 1 comment

Comments

@selurvedu
Copy link

This optional feature would be really helpful when you need to analyse a project without modifying the source files. Examples include SCM/VCS tools (Git, Mercurial) and build tools that detect the changes in source files to decide what to recompile (Make, Ninja).

Similar approach of (optionally) using separate "stub" files is described in Python's PEP 484, in that case, *.pyi files contain type annotation stubs. There are two use cases that may be as well applied to Codecrumbs:

Third-party modules whose authors have not yet added type hints
Standard library modules for which type hints have not yet been written

@Bogdan-Lyashenko
Copy link
Owner

Interesting.. :)

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

2 participants