I was wondering if there was a standard convention on what 'precompose' means compared to 'compose', as I am often confused between the two when all sorts of text casually use both terminologies. For example, say we have some collection of objects $A$ and $B$, and two maps $f:A\to B$ and $g:B\to A$.
- If I say "compose $f$ with $g$", does this mean $g\circ f$ or $f\circ g$?
- Similarly, if I say "precompose $f$ with $g$", does this mean $g\circ f$ or $f\circ g$?
