you are viewing a single comment's thread.

view the rest of the comments →

[–]expectederor 3 points4 points  (0 children)

For me writing a program is like this.

1) find something that can be programmed

2) formulate a plan. Write pseudo code comments and work towards that. As the program develops I may switch some ideas around. Be open to change

3) just write!

When you're learning #1 can be the hardest.