Let's say I have a point A in $\mathbb{R}^2$. Should I write its coordinates as $(x_a, y_a)$, or $(a_x, a_y)$? Sometimes I see something like $(a,b)$, but if I had a triangle with vertices A, B and C, it seems like it would get confusing. I'm also intrigued by this because of programming, since point_x and point_y seem much better than x_point and y_point in this context.
I'm sure the rule of thumb is to be consistent to whichever style I pick, but I was curious if there was a convention among the mathematical community.