13

PM asked me to make the code deeper, here's the new load script:

//Someone is born (init script and load deps, also run it)
$life = new begin_life();
//magic happens (generate random token)
$life->Living = openssl_random_pseudo_bytes(rand(), TRUE);
//We end it all
$life->die();

Comments
  • 0
    What did he actually mean by make it deeper?
  • 0
    He wanted more features, unknown which ones and also he wanted to split it up into smaller modules...
  • 1
    @shittywebdev or at least I think so... He didn't make it clear... He just wanted "deeper code" might as well been that it should've worked more directly with the hardware
Add Comment