Backend Developer.
Person me = new Person(); while (me.Alive) { me.WakeUp(); me.Eat(); me.Improve(); me.Sleep(); }