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

Ruby

Class vs Struct

In the video Jason said if an object has a lot of instance variables & methods, it should be a class rather than a struct. Why is this? It seems like structs do the same thing as classes, but without you having to list the instance variables as arguments passed to attr_accessor, as parameters in the initialize method, & twice when setting instance variables in the body of the initialize method. Wouldn’t this mean the more instance variables an object has, the better it is to use a struct rather than a class?

1 Answer

Please link to the video.