<div dir="ltr"><div class="gmail_quote">On Mon, Dec 31, 2012 at 9:12 PM, moshe nahmias <span dir="ltr"><<a href="mailto:moshegrey@ubuntu.com" target="_blank">moshegrey@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I don't understand how it helps to the testing, after all you need to give data to the input or the parser to process it, isn't it?<br>Meaning, now to seperate them what I do is just taking the user input, put it on an array, and sending it to the parser, how is it different from using the input directly? <br>
</div></blockquote><div><br>If you're reading from STDIN in your function, you will make it much harder to test for, because you're forcing the test to be interactive. If you separate the interactive part, you could easily test it by feeding it custom input.<br>
</div></div></div>