I was going to say something similar. I was taught to program in the early 1980s. At that time we were taught that you solve a problem (i.e. design the code) in a top-down fashion, but then the code is written bottom-up. Each module is tested when written and eventually you end up with a working solution that meets the design requirement.
(Score: 2) by janrinok on Friday June 08 2018, @03:21PM
I was going to say something similar. I was taught to program in the early 1980s. At that time we were taught that you solve a problem (i.e. design the code) in a top-down fashion, but then the code is written bottom-up. Each module is tested when written and eventually you end up with a working solution that meets the design requirement.