Articles tagged with: Patterns & Practices

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.


Five basic concepts of scalability

Summary: A list of five basic concepts for scalability.


You know something is not well...

Summary: A reflection on the challenges faced by developers when dealing with disorganized code, lack of documentation, messy applications, and reliance on individuals for crucial information.