BernardoMG / PhoneValidator

Programming Challenge
0 stars 0 forks source link

Process each line of the input file #3

Closed BernardoMG closed 6 years ago

BernardoMG commented 6 years ago

Use readline interface to process each line.

Note: This solution is not ideal because the program processes one line at a time.

Improvement: use of pub/sub paradigm (e.g. rsmq and worker)

BernardoMG commented 6 years ago

Done.