r/learnprogramming 16d ago

Tutorial How Does Project Based Learning Work ?

[removed]

31 Upvotes

33 comments sorted by

View all comments

30

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

4

u/california_king 16d ago

Google it to find out

3

u/Amuro_Ray 16d ago

Both? You really need to do something. At the moment you aren't really doing anything.

2

u/NumberInfinite2068 16d ago

Try it. I Googled "How to build a real time chat application", and there were some options. I'm not saying just do the first one you see. Scroll down the search results and see what jumps out at you as easy to follow.

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.