top of page

Daniel Choo

Producer, Sound

Daniel = new Human(age = 25, occupation = “film student”);

Daniel.interests.add([“app and game development”, “watching films”, “math and science trivia”]);

Daniel.skills.add([“computer programming”, “film making” , “sound design”]);

Daniel.values = “Learning new skills and finding ways to apply concepts and ideas learnt across different disciplines.”;


if(Daniel.graduates == true && Daniel.yearsInSchool != “wasted”) {

   Daniel.feelMildlyAccomplished();

       try {

           findJob(Daniel.skills);

       } catch (NotQualifiedEnoughException e) {

           //slackAtHomeAllDay();

       }

}

Daniel.jpeg
bottom of page