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

CSS CSS Layout Basics CSS Layout Project Creating and Styling the Layout Containers

Can someone check my code? I did the challenge in a different way

Steven Parker
Steven Parker
229,732 Points

What did you do differently?

1 Answer

Steven Parker
Steven Parker
229,732 Points

There's no single way to achieve an objective in a non-trivial task. Developers always have choices, and generally any choice that creates the expected result is acceptable.

Among the choices that all do the job, factors to decide among them are:

  • code that's easier to read and maintain
  • code that is more compact
  • code that executes more efficiently

These 3 objectives may sometimes conflict, so the optimal solution can often involve some level of compromise.

Thank you Steven, I was just worried about writing a bunch of code that is not achieving the first two points you mentioned.