architecture proposal: fix typo
This commit is contained in:
parent
610d8ef563
commit
fb56d094f0
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ Use WordPress's hook system or a public API function to let other plugins regist
|
|||
|
||||
- The ActivityPub plugin could provide reusable Traits for common tasks.
|
||||
- Provide useful functions, documentation, and examples for automatic testing of transformers.
|
||||
- Highly unlikely: The ActivityPub plugin provides an even more height level framework for adding transformers. For example for events the ActivityPub plugin could provide a built-in transformer to the object type `Event` which only needs a mapping (might make things harder, instead of making them easier). See Appendix.
|
||||
- Highly unlikely: The ActivityPub plugin provides an even more high level framework for adding transformers. For example for events the ActivityPub plugin could provide a built-in transformer to the object type `Event` which only needs a mapping (might make things harder, instead of making them easier). See Appendix.
|
||||
- Highly unlikely: don't use an interface with implementations, (miss)use class extensions.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue