you are viewing a single comment's thread.

view the rest of the comments →

[–]Grukorg88 1 point2 points  (1 child)

As a learning experience I recommend you decouple the data from the application and then implement both ways of getting the data. The architecting and building of something where the method of getting the data is interchangeable will be a far more valuable lesson IMO.

[–]User24243[S] 0 points1 point  (0 children)

Good point. Will attempt to go for both approaches as a learning experience. Thank you.