As I stated before in my post, I will be performing some peer-reviews for my 0.5 release. Today I looked at text() coded by mlam19 and sephr. Here is a link to the lighthouse ticket, and the processing reference. Matthew wrote this test. I rewrote it in native Java, here is the comparison of the output:
The basis for my decision:
- the function returns the appropriate value.
- the function is written following the coding standards . Using 2 spaces instead of a tab, and leaving a space around brackets
- there is tests available to test the function
After reviewing the code I gave equals() the status of super-review-requested.