I wanted an experienced programmer's take on this. I noticed with some of the programs I have made, I fail because I add excess things like "Enter your name: " or "Enter your age: " in my code. I got into this habit from my previous experiences programming. The code is good, it just does not meet the task. Do you typically display request for data? Or is this typically handled by the front end developers? I can imagine multiple scenarios with this.