Articles tagged with: Patterns & Practices

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.


Think Generic

Summary: The importance of thinking in generic terms when developing mobile websites.


ASP.NET: Split AppSettings and ConnectionStrings to separate files

Summary: How to split app settings and connection strings in ASP.NET to separate files, allowing for easier management and organization of configuration settings.