Pattern Languages

I have replied a linked-in question about the Pattern Languages and since it is a brief information, and people are interested more on this topic, I decided to paste here as well. Pattern Languages are the combination of patterns which address the design coverage for specific (sub)domains. There are pattern languages for parallel programming, distributed […]

Habitability: A Software Quality Attribute

The term Habitability is a “Quality Attribute” that isn’t pronounced often in the coding world. In general the word “Readability” is used because the subtle differences between the two isn’t well known, and this breeds “Maintainability” issues. Readability, is a “Quality Attribute” that ensures the code can be read by any developer easily. For example: […]

C# Code Snippet for RoutedEvent

I wondered why there is no built-in snippet for routed event and created one and like to share with you. EDIT: Here is a link to learn more about having and adding your own snippet to Visual Studio. Define a RoutedEvent roevent Code snippet for defining a RoutedEvent Kaan Bardak kaanbardak.com Expansion eventHandlerType Event Handler […]