Tagged in

Life

while(self++)
while(self++)
A daily series meant to promote thoughtful, disciplined writing and focused self-improvement.
More information
Followers
38
Elsewhere
More, on Medium

while(self++) { #100 } // break;

In programming, when your code is running in a loop and you want to exit it, you use a break statement. Fifty posts ago, I considered putting a break into the while(self++) loop. At that point, I decided that I wasn’t yet ready to end it. I felt that I had more to say…