This blogs name
Naming your blog is harder than you may think. After a period of creative thinking, I settled on ‘Try-except-else’ which is a common programming idiom in the python programming language.
This idiom is used for attempting a task - try if that fails (you can have multiple except statements) try another command - except and if that fails also then perform a catch all task - except. This programming construct allows you to prepare for the most probable errors that may occur. This is a good analogy for product development, and more generally, for life. When I was considering a name for this blog, ‘try-except-else’ seemed just right.
