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 trial

Java Java Objects (Retired) Meet Objects Creating New Objects

Is it bad to look at the "follow-along" code in the video and implement (almost copy) the concepts into the challenge?

I feel that if I use the code which I've created from looking at the instructional videos and implement the ideas in the challenge, I'm not going to learn the concept.

I have the challenge and my workspace side-by-side, and I frequently look at my workspace for help, is that bad, or will I learn eventually?

Example.java
public class Example {

    public static void main(String[] args) {
        System.out.println("We are going to create a GoKart");

    }
}

1 Answer

I think it would be good to do what you did then to create another like program without looking at the first program and see if you get it right.

For example, if you are watching them create a GoKart class then do a dune buggy one or something. Try to do it without looking at the other code; this is a good way to see if you remember what is being taught. If you get hung up just ask questions.