doc/LD/ld_projects/solid.md
2025-08-27 10:09:40 +03:00

12 lines
875 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### solid
- Solid - сокращение от Social Linked Data, [wiki](https://en.wikipedia.org/wiki/Solid_(web_decentralization_project))
- https://forum.solidproject.org/
- [SoLiD и пост-платформы](https://cnstntn-kndrtv.github.io/posts/solid-postplatform/)
Не путать с [SOLID - это аббревиатура:](https://habr.com/ru/articles/940620/)
- S - Single Responsibility Principle (Принцип единственной ответственности)
- O - Open/Closed Principle (Принцип открытости/закрытости)
- L - Liskov Substitution Principle (Принцип подстановки Барбары Лисков)
- I - Interface Segregation Principle (Принцип разделения интерфейса)
- D - Dependency Inversion Principle (Принцип инверсии зависимостей)