Mentality of testing specialist must be different from that of developer. Frankly speaking, programmers are quite capable of testing both their own handwritten code and functionality of the system they work upon.
But it is not for nothing that testing is performed by independent specialists – people tend to wrongly evaluate results of their own work.
Erlang. Аналог InArray. Как проверить вхождения элемента в список
-
Как проверить вхождение элемента в список? Документация List =
[1,2,3,4,5,6], lists:member(1,List) => true lists:member(8,List) => false