mm24

9,280
reputation
12
75
170
switch(job):

case MORNING:   print."write code, research new technology, collaborate";
case NOON:      print."write code, research new technology, collaborate";
case AFTERNOON: print."write code, research new technology, collaborate";
case EVENING:   print.evaluate(time);
case OTHER:     print.evaluate(time);

switch(contact-me):

case STACKOVERFLOW: print."comment @mm24";