Quantcast
Channel: PHPDeveloper.org
Browsing all 6 articles
Browse latest View live

Evert Pot's Blog: Numeric string comparison in PHP

In this new post to his blog Evert Pot reminds you (the PHP developer) about the loose and strict typing checks that you need to do when checking the values of your variables and never just assume....

View Article



Lukas Smith's Blog: Loose interface coupling

In a new post to his blog Lukas Smith proposes an idea for a loosely coupled interface setup that would allow for easier integration between third-party libraries and other applications. Especially as...

View Article

PHPMaster.com: Introduction to the Law of Demeter

On PHPMaster.com today they've posted an introduction to the Law of Demeter, an idea that promotes loose coupling between objects that each do their own work. This makes it simpler to make pieces...

View Article

Samantha Quinones: Juggle Chainsaws, Not Types

Samantha Quinones has a new post today about something that has been known to trip up both new and experienced PHP developers - PHP's dynamic type juggling. No matter how popular an activity it is, I...

View Article

Paul Jones: What's The Difference Between Tightly-, Loosely-, and De-Coupled ?

In his latest post Paul Jones recounts a Twitter-based discussion that happened between Taylor Otwell (@taylorotwell) and others on Twitter about the different types of coupling in libraries or...

View Article


Evert Pot: PHP's callable typehint too loose?

In his latest post Evert Pot wonders if the current implementation of the "Callable" type in PHP is too loose when it comes to what it will accept as a valid callable resource. PHP got support for...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images