Skip to content

Commit

Permalink
Update exercises/practice/reverse-string/.approaches/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
  • Loading branch information
glennj and IsaacG authored Jan 21, 2024
1 parent a9c2c3d commit 30a6f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For more details, go to the [Looping approach][app-loop].
## Which approach to use?

Calling out to `rev` makes this exercise extremely trivial.
In a work environment, it's exactly the approach to take.
In a production environment, it's exactly the right approach to take.

If you're interested in learning about bash loops and parameter expansion, experimenting with the loop approach is more interesting.

Expand Down

0 comments on commit 30a6f40

Please sign in to comment.