Last active
December 20, 2015 04:02
-
-
Save colindecarlo/0975cf71266e0acbc8c0 to your computer and use it in GitHub Desktop.
Illuminating Legacy Applications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Inheriting a legacy application can be a very intimidating position to find yourself in. Being constantly | |
haunted by the decisions of the "Original Developer" can lead any rational person to the conclusion that a | |
ground up rewrite is the only way out. But rewrites are anything but rational, they're the wrong decision | |
almost every time so why take the risk? | |
This talk will offer attendees a practical approach to incrementally integrating the various Illuminate packages | |
from the Laravel Framework into virtually any legacy application all the while keeping it live and in production. | |
Learn to take that hostile, embarrassing application from a mess of functions, SQL injections and global state to | |
something you can actually be proud of. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment