Confessions of a researchaholic

May 25, 2023

When a programmer needs an extra break

Filed under: Real — liyiwei @ 6:07 pm
Tags: ,

// when a programmer needs an extra break
// inspired by real code I saw
switch(day)
{
  case "Mon":
    doWorkA();
    break;
  case "Tue":
    doWorkB();
    break;
  case "Wed":
    doWorkC();
    break;
  case "Thu":
    doWorkD();
    break;
  case "Fri":
    doWorkE();
    break;
    break;
}

It took me a few days later to realize how to achieve this effect via motion graphics.

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Theme: Rubric. Get a free blog at WordPress.com