I am starting to develop our label/annotation standards and want to follow a best practice. We will be converting our labels to annotation as part of this process (don't want to go into all the reasons for that here - but it is part of the business process).
In the sample from the Parcel Fabric Class the Label Class for Direction uses Arcade. There is a lengthy set of code to convert the direction to a standard looking DMS Bearing (ie. Convert 60.6055555555556 to N60°36'20"E) . However if you use Python you can do the same thing with the expression [Direction]. So why not use Python instead of Arcade for this labeling process. Given all the other rules I need to add it seems that starting simpler is better.