Should default_sequence mechanism be replaced by start method considering UVM DEPRECATED code?

In reply to ram_88:

There is no benefit to having a default_sequence. It is a legacy construct that exists to support legacy code. Not having a default_sequence used to result in an error, but it no longer does, so there is no problem not having one.

Starting sequences from the test or other sequences is preferred as it is easier to determine where sequences are started.