After reading this question Should I use center or centering for figures?, I want to know the answer of the following.
When should we use \begin{center} instead of \centering?
For example, should we use this one?
{%
\centering
<other contents>
}
or this one?
\begin{center}
<other contents>
\end{center}