Process to pass from problem to code. How did you learn?

后端 未结 13 1763
离开以前
离开以前 2020-11-30 09:40

I\'m teaching/helping a student to program.

I remember the following process always helped me when I started; It looks pretty intuitive and I wonder if someone else

13条回答
  •  隐瞒了意图╮
    2020-11-30 10:00

    I did something similar.

    • Figure out the rules/logic.
    • Figure out the math.
    • Then try and code it.

    After doing that for a couple of months it just gets internalized. You don't realize your doing it until you come up against a complex problem that requires you to break it down.

提交回复
热议问题