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 postfix to distinguish methods and functions #12

Open
hrszpuk opened this issue Sep 13, 2023 · 0 comments
Open

Add postfix to distinguish methods and functions #12

hrszpuk opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hrszpuk
Copy link
Owner

hrszpuk commented Sep 13, 2023

Currently function and method implementations are generated using the pure names from the source. This is bad because conflict can happen. To avoid this... All functions should be appended with "Func" and all methods will be appended with "Meth".
This also means function reigstration needs to use the postfix names (not the original source code ones).

@hrszpuk hrszpuk added the bug Something isn't working label Sep 13, 2023
@hrszpuk hrszpuk self-assigned this Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant