kemsat@lemmy.worldtoProgrammer Humor@lemmy.ml•Ah, when we lose focus for a second and then we don't even known what our code was supposed to do
7·
1 year agoAren’t you supposed to write out the broad-strokes of what you’re trying to do, that way when you get to the computer, you already know what you’re trying to write & you have an outline to reference.
That’s what I was taught. Right an outline, in English or what you speak, of what each component of the program is supposed to do, then you write the actual components, in code, on the computer.