• May 2024
    M T W T F S S
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
  • Latest Posts

  • Latest Comments

  • Archives

Posts Tagged ‘Architecture’


Don’t Swallow Exceptions

You might be swallowing exceptions if: Your method returns a bool indicating success or failure Your method returns an integer code of some sort Your method has a try/catch block Your method has an out parameter Your method has a ref parameter Overview This post is my view of best practices for error handling in […]

Software Architecture–Do One Thing Very Well

As I look at nature, I’m struck by the idea that for truly reusable software you must architect it following the principle that it must do one thing and only one thing very well. Think about it for a moment… We are all made up of atoms. Individual units that generally stand the test of […]