For a function $f = f(x, y, t)$, and $x = x(t)$, $y = y(x, t)$, according to the chain rule, we have $$ \frac{\mathrm{d}f}{\mathrm{d}t} = \frac{\partial f}{\partial x} \frac{\partial x}{\partial t} + \frac{\partial f}{\partial y} \frac{\partial y}{\partial t} + \frac{\partial f}{\partial t} \frac{\partial t}{\partial t} $$ and for the term $\partial y / \partial t$, it should be expanded as $$ \frac{\partial y}{\partial t} = \frac{\partial y}{\partial x} \frac{\partial x}{\partial t} + \frac{\partial y}{\partial t} \frac{\partial t}{\partial t} $$
Obviously these 2 $\partial y / \partial t$ s have different meanings, while sharing the same symbol. This makes a confusion.
Furthermore, if we have $g(u, v, t) = u^2 + v^3 + t^4$ and $u = u(t, s)$, $v = v(t, s)$, how should I express $\partial g / \partial t = 4t^3$ and do not get confused with $$ \frac{\partial g}{\partial t} = \frac{\partial g}{\partial u} \frac{\partial u}{\partial t} + \cdots$$