Narendra Pathai

Results 36 issues of Narendra Pathai

## Description: The Presentation-Abstraction-Control (PAC) is a design pattern used in software architecture that focuses on the separation of concerns into three interconnected components: 1. **Presentation:** Manages the user interface...

info: help wanted
epic: pattern
type: feature

## Description The Service Registry design pattern is a central service registry that maintains a database of available services. It acts as a lookup mechanism, allowing services to register themselves...

info: help wanted
epic: pattern
type: feature

https://leetcode.com/

I am working on creating test impact analysis tool for Spock test cases, for which I need access to method name to maintain mapping from test methods to source methods...

DCI can be seen as an architectural pattern, which is considered to be a complementary pattern to MVC. It is proposed by Trygve Reenskaug and James O. Coplien. Trygve Reenskaug...

info: help wanted
epic: pattern
type: feature

http://martinfowler.com/eaaDev/Notification.html > An object that collects together information about errors and other information in the domain layer and communicates it to the presentation.

epic: pattern
type: feature
status: stale

**Description:** The Collector State design pattern is a behavioral design pattern used in real-time software to manage scenarios where a sequence of messages needs to be collected before initiating further...

info: help wanted
epic: pattern
type: feature

**Description:** The Disruptor is a high-performance inter-thread messaging library. It provides a way to achieve high throughput and low latency in message processing systems. The main elements of the Disruptor...

info: help wanted
epic: pattern
type: feature

**Description:** The Acceptor-Connector design pattern decouples connection establishment from connection handling in networked systems. The pattern's main components are the Acceptor, Connector, and Handler. The Acceptor is responsible for listening...

info: help wanted
epic: pattern
type: feature

### Description: The Service Configurator design pattern allows an application to dynamically configure and manage a set of services without requiring a restart. This pattern is useful for applications that...

info: help wanted
epic: pattern
type: feature