js-waku icon indicating copy to clipboard operation
js-waku copied to clipboard

chore: remove the suffix `SDK` from user-facing protocol types

Open danisharora099 opened this issue 3 months ago • 0 comments

This is a support request

Problem

With our work on splitting protocol implementations to Core and SDK, we also introduced two types for each implementation class: <Protocol>Core and <Protocol>SDK

Based on some comments, we should reflect if this is the right naming convention to progress with. (https://github.com/waku-org/js-waku/pull/1971#discussion_r1585611159)

Proposed Solutions

  • Have <Protocol> for SDK and <ProtocolCore> for Core

danisharora099 avatar May 07 '24 06:05 danisharora099