Articles tagged with: Patterns & Practices

When all you've got is PHP everything is a script

Summary: Discussing some limitations of using PHP as a scripting language for desktop and server tools.


Book Review: The Mythical Man-Month

Summary: A review of the book 'The Mythical Man-Month', by Frederick P. Brooks.


Book Review: PHP Objects, Patterns, and Practice

Summary: A review of the book 'PHP Objects, Patterns, and Practice', by Matt Zandstra.


Using derivate Exception classes for better error handling

Summary: The importance of using derived Exception classes for better error handling in .NET and PHP.


Avoiding the break statement

Summary: Avoiding the break statement in coding by using additional checks in the loop's condition expression for better readability and avoiding messy code.