Suppose that $f(x) = \dfrac{x}{x+1}$. I need to determine if it is even, odd or neither.
Now $f(-x) = \dfrac{-x}{-x+1} = \dfrac{x}{1-x} \text{ and } -f(x) = \dfrac{-x}{x+1}$. I can "see" that $f(-x) \neq -f(x)$ and $f(-x) \neq f(x)$.
Is this sufficient to show that it is neither an even nor odd function? Wouldn't it be more correct to find a counterexample, i.e, an $x$ in the domain of $f$ such that $f(-x) \neq -f(x)$ and $f(-x) \neq f(x)$, because this will be the negation of the definitions of an even and odd function?
Since $f(2)=\frac23$ and $f(-2)=2\ne\pm\frac23$, $f$ is neither odd nor even. That's all you need.