Hi, I'm a Asp.net/C# developer. I believe it doesn't have conditional direction symbols yet for caller-callees relationships?
I would love to have that feature here. Great extension by the way!
For instance, we have this condition in Features() method:
if(youAgree)
{
StaticFunctions.DoIt();
}
else
{
StaticFunctions.IgnoreAndPlayML();
}
Something similar to this would be great:
┌ DoIt()
Features() ┤
└ IgnoreAndPlayML()
Thanks!
Hi, I'm a Asp.net/C# developer. I believe it doesn't have conditional direction symbols yet for caller-callees relationships?
I would love to have that feature here. Great extension by the way!
For instance, we have this condition in Features() method:
Something similar to this would be great:
Thanks!