Ferreteria/v0.6/clade/Sys
< Ferreteria | v0.6 | clade
Jump to navigation
Jump to search
About
- Purpose: clades that are more or less organized into (sub)systems or microsystems -- a bit like Modules in Laravel, but more geared towards internal stuff. They tend to have a lot of interdependencies.
Subspaces
| namespace | endname | |
|---|---|---|
| Sys | Data | systems for handling data |
| Sys | Diag | diagnostic / debugging tools |
| Sys\Diag\Data\Error | Card | |
| Sys | Events | event-handling, sort of |
| Sys\Events | InputRq | input requests |
| Sys\Events | ItWent | status reports |
| Sys | FileSys | file system clades |
| Sys | Parsing | pulling bits of meaning out of strings |
| Sys | Routing | making sure that various pieces of an input request get to the code that expects them |