15

Life of dev

birth();

while(alive()) {
....code();
....debug();
....insertRandomBugRant();
}

while(dead())
{
....ThereWasBugInMyCode();
}

Fatal error: Call to undefined function birth(); on line 1

Comments
  • 0
    You forgot edication and growing up...

    The rest is ok.
Add Comment