Skip to content
#

chain-of-responsibility-pattern

Here are 27 public repositories matching this topic...

DesignPatterns

I don't know if it seems like a builder pattern, or a little bit of a state pattern, or a little chain of responsibility pattern... by the way, for me, it seems like a 'state builder'. It's a builder with a chain of classes with a method that operates over a state. Those classes are enqueued and then dequeued when it is executed.

  • Updated May 13, 2024
  • C#

This repo has libraries for DotNet that implement the mediator, chain of responsibility, and decorator patterns in order to build a pipeline of functions (handlers) to process requests (such as commands and queries) and produce results (response). This is designed for functions (handlers) to be plugged in without any direct dependency.You can us…

  • Updated Mar 31, 2022
  • C#

C# & WinAPI instead of AHK. This app is suitable for situations, where you want to create/change some hotkeys for programs, but they don't support such possibilities. You just need to add your app processor and key handlers to the Accelerators project. Currently, the win-service project doesn't work, but the console app does.

  • Updated Sep 20, 2022
  • C#

A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.

  • Updated Jan 23, 2023
  • C#

Improve this page

Add a description, image, and links to the chain-of-responsibility-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chain-of-responsibility-pattern topic, visit your repo's landing page and select "manage topics."

Learn more