Wrong confirmation ID
  • Email
  • Favorite
  • Embed
  • Private Content

Clean PHP

by Sebastian Bergmann on Mar 10, 2011

  • 5,091 views

Even bad code can function. But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code....

Even bad code can function. But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. In this session you will learn how you can offset your technical debt with clean code that is readable and testable as well as reusable.

Accessibility

Categories

Tags

confoo php clean code confoo2011

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

CC Attribution-ShareAlike LicenseCC Attribution-ShareAlike License

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

6 Embeds 198

http://www.berejeb.com 180
http://infoalmogiainsa92011.blogspot.com 6
http://feeds.feedburner.com 6
http://www.devetdesign.com 3
http://paper.li 2
file:// 1

Statistics

Favorites
7
Downloads
67
Comments
2
Embed Views
198
Views on SlideShare
4,893
Total Views
5,091

12 of 2 previous next

  • sebastian_bergmann Sebastian Bergmann , Software Developer, Consultant, Coach, Trainer at thePHP.cc That example was given as an interim solution for when you are refactoring from a situation where you have a static method call to get an object (Singleton) to a situation that is not yet optimal (Dependency Injection) but that starts to get testable. 1 year ago Reply
    Are you sure you want to Yes No
  • MattFitzgerald Matt Fitzgerald Why would use use a Registry to explain Dependency Injection? Doesn't that defeat the purpose? Shouldn't you be passing BankAccountMapper as a collaborator? 1 year ago Reply
    Are you sure you want to Yes No
Post Comment
Edit your comment Cancel

Clean PHP — Presentation Transcript