Proper rounding boundary should be tested, since colors range are 0-15 and 0-255 while hex range size is 16 and 256. For example, this solution should not pass.
0-15
0-255
16
256
the solution set-up contains the boilerplate comments regarding the 'two oldest ages' kata, this should be removed
No random tests.
Loading collection data...
Proper rounding boundary should be tested, since colors range are
0-15
and0-255
while hex range size is16
and256
. For example, this solution should not pass.the solution set-up contains the boilerplate comments regarding the 'two oldest ages' kata, this should be removed
No random tests.