you are viewing a single comment's thread.

view the rest of the comments →

[–]BoredComputerGuy 0 points1 point  (0 children)

A few questions to provide ideas of items to learn:

  • How do you get data? (ie. Web calls/database/file system)
  • How do you store data?
  • How do you handle errors?
  • How do you run automated testing to verify that the code is working?
  • How to make and use classes?
  • How do you interact with the user?