> For the complete documentation index, see [llms.txt](https://hanfak.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hanfak.gitbook.io/workspace/general-paradigms/projects/framework-development.md).

# Framework Development

* A different set of implementation patterns ot app dev.
* The change to the economics of development from being dominated by the cost of understanding code to being dominated by the cost of upgrading client code calls for a substantial shift of both practices and values
* simplicity, the prime directive in application development, has lower priority than the need to remain free to further grow the framework.
* to ensure that clients can extend the framework to solve the remainder of their problems
* But too much flexibility leads to complexity, harder to learn to use
* goal to meet the common needs of my users but not all their unique needs
* <https://hackernoon.com/the-frameworkless-self-defence-manual-e9569b4924a6>
* <https://dev.to/misomir/frameworkless-web-development-3n2h>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hanfak.gitbook.io/workspace/general-paradigms/projects/framework-development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
