DEV Community

Discussion on: Why can't you break out of the forEach loop?

 
jonrandy profile image
Jon Randy 🎖️ • Edited

Have you read Cormac McCarthy's "The Road"? That won a Pullitzer prize, and would probably get you a fail from most school English teachers if you were to submit it, or something similar for a writing assignment.

Most of the best art is made by breaking or testing the rules to their limits. I much prefer to read code that is 'hard to reason about' than code that reads like a class reader for five year olds - it gives me pause to think and exercise my brain, and maybe lend new perspectives on ways to use code.

I think we'll have to agree to disagree

Thread Thread
 
lionelrowe profile image
lionel-rowe

I think we'll have to agree to disagree

That's fair.

Thread Thread
 
mayankav profile image
mayankav

Much appreciation to you both for the exchange of thoughts. I think playing around with the code and conventions is as important as keeping a shared repository clean and conventional. I like how Jon added his perspective to the post and I also agree with Lionel about readability when it comes to code in production. Cheers 🥂