Please add the class name before the class method

Please add the class name before the class method. It is very convenient like go. The explicit expression is always right, so that when we see the method, we can intuitively know which class the current method belongs to, especially when a class is special. When there are multiple methods, we can intuitively identify which category this method belongs to. Please consider my suggestion carefully!

Do you when the method is called, or when it's defined? Can you give an example of what kind of syntax you expect?

1 Like

You can use the fully-qualified syntax if you like, but this is unlikely to be made mandatory.

Some types use this parameters to make things more explicit when they are called, rather than using self method dispatch. For example, Arc does this a lot.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.