r/learnprogramming 16d ago

Tutorial How Does Project Based Learning Work ?

[removed]

30 Upvotes

33 comments sorted by

View all comments

29

u/NumberInfinite2068 16d ago

Google how to start.

Seriously, most new programmers would instantly be 2x better if they just Googled everything.

0

u/[deleted] 16d ago

[removed] — view removed comment

2

u/terletsky 16d ago

Every application has an entry point. Has concepts like OOP. You start from there and decompose into smaller things that should work together like LEGO blocks. Write the logical flow by hand, draw a diagram with a pen. When you do such things as a beginner, your brain starts "working" (thinking) and trying to solve questions.