2025-03-22 09:31:07 -04:00
|
|
|
# DSFX Internals
|
|
|
|
|
|
|
|
Welcome, friend! You are viewing the DSFX internal documentation. If you want to _use_
|
2025-03-25 13:14:27 -04:00
|
|
|
DSFX, you don't need to read this and could head straight to our user-level docs [here](../README.md).
|
2025-03-22 09:31:07 -04:00
|
|
|
|
|
|
|
If you want to learn how DSFX works inside, here's what we got:
|
|
|
|
|
2025-03-24 18:54:08 -04:00
|
|
|
- [Axioms](./axioms.md) is _the_ style guide, and more. This is the philosophy underlining
|
2025-03-22 09:31:07 -04:00
|
|
|
all the code here!
|
2025-03-22 10:34:35 -04:00
|
|
|
- [commit strategy](./commits.md) is the guide for writing commit messages that follow the Conventional Commits
|
|
|
|
specification.
|
2025-03-22 09:31:07 -04:00
|
|
|
- [handshake](./handshake.md) is the protocol for establishing a secure connection between two parties.
|