Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJeremy Meyer
2,019 PointsHow do you put into practice what you learn? I get ideas for things to make but then hit a wall. Any tips?
I'll want to make something like a match game but then I will have no idea where to start. So I'll hop on Google, grab some code and paste it in. Then modify it. Is this bad? It seems like I spend 20 mins looking for things for 2 mins of progress.
Any advice? Thanks!
1 Answer
Cheo R
37,150 PointsThe way I've been doing it is:
- Have an idea (nothing major, but do as you want).
- Plan it out (make your own user requirements and such)
- Code little by little. If you're copying and pasting code you find online, go through it to see how it works. Check if you understand it by guessing what will happen if you modify it.
- Repeat.