luni, 29 august 2016

Palindrome in PHP

function is_palindrome(array $list) {
    return array_reverse($list) == $list;
}

joi, 25 august 2016

Features


Design Goals

...

Main Features

  • compile time type checking for PHP code (using Hack language by Facebook)
  • sane code reuse - no more copy/paste programming or manually unzipping tons of archives downloaded from the internet; Barebone provides support for: 
  • buildpro - a cross-platform, cross-language, cross-compiler build system for transpliation to PHP and JavaScript
  • cross-platform development using Haxe
  • support for containerization, virtualization, continuous integration/build/delivery, automated testing and deployment; 
  • configuration management: 
    • multiple devleopers and multiple hosts per developer
    • multiple customers per platform and multiple project per customer

The story behind Barebone framework

The story behind Barebone framework...