mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
Add missing nostr__ server prefixes
This commit is contained in:
parent
561975cded
commit
cd5376ff49
@ -120,7 +120,7 @@ Knowing when to create a new kind versus reusing an existing kind requires caref
|
|||||||
|
|
||||||
When implementing features that could use existing NIPs, follow this decision framework:
|
When implementing features that could use existing NIPs, follow this decision framework:
|
||||||
|
|
||||||
1. **Thorough NIP Review**: Before considering a new kind, always perform a comprehensive review of existing NIPs and their associated kinds. Use the `nostr__read_nips_index` tool to get an overview, and then `read_nip` and `read_kind` to investigate any potentially relevant NIPs or kinds in detail. The goal is to find the closest existing solution.
|
1. **Thorough NIP Review**: Before considering a new kind, always perform a comprehensive review of existing NIPs and their associated kinds. Use the `nostr__read_nips_index` tool to get an overview, and then `nostr__read_nip` and `nostr__read_kind` to investigate any potentially relevant NIPs or kinds in detail. The goal is to find the closest existing solution.
|
||||||
|
|
||||||
2. **Prioritize Existing NIPs**: Always prefer extending or using existing NIPs over creating custom kinds, even if they require minor compromises in functionality.
|
2. **Prioritize Existing NIPs**: Always prefer extending or using existing NIPs over creating custom kinds, even if they require minor compromises in functionality.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user