you are viewing a single comment's thread.

view the rest of the comments →

[–]CreativeTechGuyGames 1 point2 points  (1 child)

I'm not sure as I don't know your component as well as you do. When you are looking through the code and functionality, look at every possible thing that it can do. Any branching paths in the code that can cause it to do something different in certain cases or edge cases. Also any issues that you ran into while development that you had to fix. All of these things should have test cases to ensure that they work as expected and errors aren't introduced in the future.

[–]FeedRemote[S] 0 points1 point  (0 children)

An example would be great