Skip to content

Instantly share code, notes, and snippets.

@asgrim
Created February 27, 2018 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asgrim/0a8de4db74d118175f0d60b6769f491f to your computer and use it in GitHub Desktop.
Save asgrim/0a8de4db74d118175f0d60b6769f491f to your computer and use it in GitHub Desktop.

Best practices for crafting high quality PHP apps

This prototype works, but it’s not pretty, and now it’s in production. That legacy application really needs some TLC. Where do we start? When creating long lived applications, it’s imperative to focus on good practices. The solution is to improve the whole development life cycle; from planning, better coding and testing, to automation, peer review and more. In this tutorial, we’ll take a deep dive into each of these areas, looking at how we can make positive, actionable change in our workflow.

This workshop intends to improve your skills in planning, documenting, some aspects of development, testing and delivery of software for both legacy and greenfield projects. The workshop is made up of multiple exercises, allowing dynamic exploration into the various aspects of the software development life cycle. In each practical exercise, we'll brainstorm and investigate solutions, ensuring they are future-proofed, well tested and lead to the ultimate goal of confidence in delivering stable software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment