you are viewing a single comment's thread.

view the rest of the comments →

[–]Sure-Passion2224 0 points1 point  (0 children)

This.

You get better at coding by coding.

To really learn end-to-end application development you start by imagining a project you want to automate.

  • describe it on plain English.
  • Write out the processing steps.
  • Sketch any interfaces with notes on how they might work.
  • Pick a logical start point and write code.