Mehrdad Meh
Mehrdad Meh
Great! I will look into this metric more in a detailed manner, however, I was wondering if you are fine with including an option for the relationship between classes and...
Great! Thanks for that. I will continue working on both metrics and how to implement them as of today then.
I am working on it. hopefully, it will be finished next week.
@terryyin I was wondering what is your opinion on how print_fan_in_fan_out should be handled. I just finished writing a working prototype of the fan-in fan-out function in the `lizard.py`. you...
@terryyin I just used an example from your repository i.e `mahjong\src\html_ui\html_game.c` This is the summary of the output: `C:\Python27\python.exe C:/Users/emehmeh/Documents/GitHub/lizard/lizard.py C:\mahjong-master\src\html_ui\html_game.c` . . . # `1 file analyzed.` ## `NLOC...
Thanks for the detailed explanation. I'll be fine with your approach. I will try to follow your code, and find a way to add them. I will also try to...
I totally forgot to explain my approach to extract Structural fan-in fan-out. The function needs to be aware of the `fun.location` or the location of each method/function which has been...
Yes, but i still need to be aware of the other functions to look for fan-in and fan-out which i still haven't looked at. Therefore i need all of them...
Thanks for that. I'll look into it tomorrow. In the meantime, i will wait for your fix on the printing issue. keep me in touch.
Thank you for your input. At this point, fan-in fan-out is implemented at a local scope, therefore, they have to be explicitly called in to be counted. Of course, there...