PHPnews.io

Overview for 'ocramius'


Eliminating Visual Debt

Written by ocramius.github.io / Original link on May. 28, 2017

Today we're talking about Visual debt in our code. As an introduction, I suggest to watch this short tutorial about visual debt by @jeffrey_way. The concept is simple: let's take the example from Laracasts and re-visit the steps taken to remove visual debt. interface EventInterface { public functio…