Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 3 giorni. Ho sostenuto un colloquio presso Detonator Games (Redmond, WA) nel mese di set 2013
Colloquio
There was a skype call. And I talked with all of the founders one at a time. And I also talked with the person I would be working under. My boss Metke asked me about some things I had coded and then asked what design pattern it would fall under.
Domande di colloquio [1]
Domanda 1
Horribly paraphrased. This conversation was a few years ago:
You designed a particle system using a linked list and all the particle objects have no update() method or any methods at all.
AKA: All the particles are structs, rather than classes.
You have an updater() class that takes the first particle of the linked list and uses it to update all of the particles.
What design pattern is that?