hrszpuk/remeta

Add postfix to distinguish methods and functions

Opened this issue · 0 comments

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).