Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Mike's Blog:
s/fluent/decorated
Jan 02, 2006 @ 13:03:37

On Mike's blog today, he has a quick post with his take on the "fluent interfaces" topic that's been floating around the community lately.

I've read some posts about "fluent interfaces" and I have to agree that it's a bad idea to sacrifice a reasonable API to be able to write english code.

It's anyway possible to accomplish that to some extent on a need-by-need basis with a class of only 20 lines of code.

tagged: fluent interface decorator pattern fluent interface decorator pattern

Link:



Trending Topics: