...

/

Challenge: Write Code with a Pipeline Pattern

Challenge: Write Code with a Pipeline Pattern

Learn to use the pipeline pattern and see its practical implementation.

We'll cover the following...

Problem statement

Let’s work on an easy challenge that consists of these four steps:

  1. Read the data from the file and store it in an array of strings. Follow the steps below:
    1. Open the file and read the data. If the file is unreadable, it will throw an ...