For example, try to work out the Taylor series for sin(x) using degrees (or rotations). It's awful.
Fourier transform would have 4π² instead of 2π under the exponent, no big deal.
The Euler's formula gets a factor of 2π under the exponent though. Given its wide application, it adds plenty of noise, of course.
Implicit in that statement is the use of the series definition of sine, which is a "meaningful" or "natural" definition insofar as it represents some function we care about. I'll address at the end what happens if we assume that definition regardless of its independent plausibility, but first consider:
The semantic meaning of sine, at least from its historical roots and how you might independently uncover it from earlier fields like geometry instead of later fields like differential equations, is that given an angle (in some units, we'll touch on that in a moment) we'd like to know the ratio two sides of a particular triangle associated with that angle inscribed in a circle. Given a choice of units for the angle, the triangle is fixed, and so the result (that ratio of side lengths) is also fixed.
Suppose you want to know how that ratio varies with respect to the angle. You can imagine a change of coordinates `y = cx` and consider the derivative of `sin(x)` vs `sin(y/c)`. The latter will have a numeric value `1/c` times less than the former. E.g., imagine a whole circle represented `1` angle instead of `2pi`. Then converting from our normal radians baseline to that new unit you have `y = (1/2pi)x`, and the derivative of the semantic ratio we're considering with respect to the new measure of angle is multiplicatively `2pi` greater than the original.
Going back to your series definition, suppose we pick that series as the definition of sine, independent of units. The problem that arises is that particular uses of sine do have units, and converting from the problem you care about to your particular from-on-high chosen definition of sine will run into the exact sort of problem our `y = cx` paragraph above touched on. The derivative with respect to the quantity of interest still has an extra `1/c` factor, and the fact that our God-blessed choice of sine is independent of units didn't actually solve anything in the composite problem.
I agree with you that this is completely fine though. I also find it more natural to think of “how many percent of a turn” an angle is than how many “degrees” or “radians” something is, since we use base-10 everywhere else. My workaround is to mostly write everything in terms of sin(2πτ), cos(2πτ), and exp(2πiτ) when I can, where τ measures turns.
That’s not true. If the unit is degrees, d/dx sin(x) = pi/180 * cos(x).