Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created November 9, 2011 11:51
Show Gist options
  • Save daGrevis/1351218 to your computer and use it in GitHub Desktop.
Save daGrevis/1351218 to your computer and use it in GitHub Desktop.
PHP is easy, actually
<?php
while(true) {
read('a lot');
write($code);
test($everything);
read('more');
rewrite($code);
read('moaaaar!');
rewrite($better_code);
drink($coffee); // You should stock up on this
sleep();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment