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 trialalex santorineos
4,345 PointsThe process of preparing our struct for use is called _______?
What is the answer? I can't think of it.
11 Answers
Henry Moran
10,516 PointsThey should add more answer to that question like:
- init
- initialize
- init()
- initilizing
Nick Kohrn
36,940 PointsHi Alex,
When you prepare a data type for use, you are initializing it for use. The process of preparing a struct for use is initialization.
Oliver Pinchbeck
2,732 PointsAlso doesn't accept initialisation, which is what we call it in the UK :P
nicoschuele
3,713 PointsSo, in the UK, we'd say this is shite design ;-)
Andreas Uppsata
Courses Plus Student 2,934 PointsInitialization
David Ladowitz
2,124 PointsYes, this is a poorly designed question. I tried initializing, instantiating and delcaring before finding this thread. This is testing grammer and spelling more than anything else.
Aditya Prakarsa
39,803 PointsInitialization
razmig pulurian
Courses Plus Student 23,889 Pointsugh... that was frustrating.
Trevor Moore
5,207 PointsYeah, a very frustrating way to word the question, I think it should be reworded so the answer can be "init" or "initializing"
Ian Donovan
3,166 PointsAdding my voice to the "fix this question" pile. The quiz is only 4 questions long, as well, so getting this question incorrect means one cannot progress any further.
tom ding
2,279 Pointsthis question really need to be reworked, either completely scratch the question and replace with a new one, or make this a multiple-choice. since the answer is a very specific String, it's pretty easy to mess up when typing
Nicholas Westmoreland
5,937 PointsSame problem, thanks.
Nick Kohrn
36,940 PointsNick Kohrn
36,940 PointsHenry,
I agree. I initially submitted initializing, but it was incorrect. I can understand why it was incorrect; the process is not initializing, but rather initialization. I would have preferred a different way of wording the question.
Eric Greer
4,997 PointsEric Greer
4,997 PointsI agree. I typed two of the answers here before googling and finding this thread where I was told the answer was initialization.
Esteban Orozco
2,191 PointsEsteban Orozco
2,191 PointsI wrote init with no avail