The world is full of obvious things which nobody by any chance ever observes.
—Sherlock Holmes in Sir Arthur Conan Doyle’s “The Hound of the Baskervilles” (1902)
In the early days of programming, being able to create Turing-complete algorithms was so innovative that people were not that much concerned with structured programming.
Few years later, in 1968, Edsger W. Dijkstra wrote his open letter “Go To Statement Considered Harmful,” where structured programming was born.
Today, structured code represents the very basics of clean code and something to really consider not only from a ...