do { if (work) interact(); if (rest) sleep(); if(tired) drinkCoffee; } while (1);
최대 1 분 소요
📘 싱글톤이란 무엇인가?
📘 디자인 패턴이란?