In a recent pull request I noticed that some tests (e.g. binary-search) use the term sut. I'm familiar with this, and it seems disciple-wide rather than Java-specific, but I didn't know if new practitioners may still potentially find it confusing. There are a few actions we could take here;
sut, and add contextual commentary the first time it's used;sut;Looking for opinions, @exercism/java! :)
I would prefer standardising tests so that they avoid using sut or at least explain it the first time it's used :)
This should now be captured in issues #621, #622, #623 and #624 :)
Awesome, thanks!
Most helpful comment
I would prefer standardising tests so that they avoid using
sutor at least explain it the first time it's used :)