Calculate the derivative of $f(z)=\frac{(1+z^2)^4}{z^2}$
I know that this function is discontinous at $z=0$, what I did is just calculate the derivative the same manner as is done with real functions. $$\begin{align}f'(z) &=\frac{4(1+z^2)^32z*z^2-(1+z^2)^42z}{z^4}\\ &=\frac{8z^3(1+z^2)^3-(1+z^2)^42z}{z^4}\\ &=\frac{(1+z^2)^3[8z^3-2z(1+z^2)]}{z^4}\\ &=\frac{(1+z^2)^3[8z^3-2z-2z^3]}{z^4}\\ &=\frac{(1+z^2)^3(6z^3-2z)}{z^4}\end{align}$$
But I have some doubts: 1)I always need to check the Cauchy-Riemann conditions? 2)Mathematically speaking it is wrong to calculate the derivative that way?
The second question is why it had to write the function in the form $f(z)=u+iv$ with $u(x,y)$ and $iv(x,y)$ and make the derivative using $f'(z)=\frac{\partial u}{\partial x}+i\frac{\partial v}{\partial x}$ can be very laborious.