cherifGsoul / php-refactoring

Refactoring example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-refactoring

Refactoring example

This is an attempt to refactor the example in this tweet

EvuBrrtXYAgNsu6

Usage:

  • Clone the repository
  • Install dependencies $ composer install
  • run the demo in the console: $ php ./demo/example.php

The substraction operation needs some tweaks, the example goal is to demonstrate how we can get rid of if/else/switch/case.

About

Refactoring example


Languages

Language:PHP 100.0%