Closed w00tyd00d closed 11 months ago
+1
Do realize that this little suggestion of yours caused me pain and suffering by passing the class through branches of complex function down to where jmc function called is used hence needed. I suffered typing the word "prefix" 94 TIMES scattered throughout the entire jmc code base. And I hate you for that. Pass prefix(class) through everything down to function call 11 files changed, 94 insertions(+), 82 deletions(-)
https://github.com/WingedSeal/jmc/commit/0d824337b4421d8603572ffcee749c7d88b704d8
Description
The addition of a dedicated
this
keyword could be used as a means to access the currently accessed "class" address when writing classes in JMC.For example, instead of having to write this:
You could just write it like this: