Background:
For a long time I have had some issues with significant figures. More specifically, I never know when to resolve them. In my high-school physics class the examples in the textbook usually resolved the significant figures at the end of an equation.
A real example (this is the last step of a longer problem); this is the equation in the course:
$-w \cdot sin(\theta) = m \cdot a$
$-(290N) \cdot sin(23°) = 30.1kg \cdot a $
$ a = -3.8 \frac{ m} {sec ^2} $
With no rounding in between steps here you get -3.764519.... when rounded -3.8.
If one broke the problem into smaller steps however, like
$-w \cdot sin(\theta) = m \cdot a$
$-(290N) \cdot sin(23°) = 30.1kg \cdot a $
$ -110N = 30.1kg \cdot a$
$ a = \frac{-110N}{30.1kg} = -3.7$
Rounding at each step ends up 3.654485... 3.7 when rounded. There is enough difference there to make an answer like this one "wrong" against the textbook.
I personally think it makes more sense to do it like the second example, but which one is right?
Do not round until you absolutely have to round at the end. Rounding along the way gives errors that multiply every time you do it, so what you write down at the end can end up very far further from the correct answer than rounding at the end. For an extreme example, consider multiplying $14$ by itself $100$ times, then rounding to 1 significant figure. If we do the rounding at the end, we get an answer of $4\times 10^{114}$, very close to the exact answer of $4.100186...\times 10^{114}$. If, however, we round at the start, we get $10^{100}$, which is 400 trillion times too small.