refactor template functions to remove duplication

update readme TODOs
update plan for multi-file outputs
This commit is contained in:
2025-09-04 23:53:16 -06:00
parent 29314de3dd
commit 0bccd28134
3 changed files with 332 additions and 123 deletions

View File

@ -33,7 +33,7 @@ Masonry is a library that provides and implements all the basics necessary to bu
The goal of this project is to make building software for web and mobile applications as fast as possible while maintaining
the highest level of quality and maintainability as possible.
* The more than can be derived from configuration the better.
* The more that can be derived from configuration the better.
* Pre-built functionality should be isolated into libraries and modules with *simple* interfaces to minimize manual coding.
* Composable applications minimizes dependencies and maximizes extensibility.
*