After a lot of practice, I developed a method of evaluating $3\times 3$ determinants
which I call the Cross - Left Fish - Right Fish.

The method goes like this,
for some $3 \times 3$ determinant $\left| A \right|$,
$$\left| \mathbf A \right|
= \left| \begin{array}{ccc}
a & b & c\\
d & e & f\\
g & h & i\\
\end{array} \right|
= \overbrace{\left( \color{blue}{aei} - \color{red}{ceg}\right)}^{\text{Cross}}
+ \overbrace{\left( \color{blue}{dhc} - \color{red}{dbi} \right)}^{\text{Left Fish}}
+ \overbrace{\left( \color{blue}{fbg} - \color{red}{fha} \right)}^{\text{Right Fish}}
$$
It's easy to remember,even the fish, because the fish consists of ticks.
In the Left Fish: The normal tick is positive. The upside down tick is negative.
In the Right Fish: The reverse tick is negative. The reverse upside down tick ispositive because two wrongs make a right.
Now, someone had pointed out that they had heard of a similar method and that my idea isn't anything original. Please tell me. Is he right? Is there such a method? Is that method any easier than what I've made?
What is the easiest method to evaluate determinants?
Rule of Sarrus
The Rule of Sarrus is an easy trick equivalent to the Fish/Cross method.
Write out the first 2 columns of the matrix to the right of the 3rd column, so that you have 5 columns in a row. Then add the products of the diagonals parallel to the leading diagonal (solid) and subtract the products of the other diagonals with positive slope (dashed).
Remember: Add $(-)$ve sloped lines, Subtract $(+)$ve sloped line.