Ask HN: Programming without frameworks?
Right now my goto for any project is
1. Find a framework(s) whether it be a game or website or mobile app ...
2. Wrestle with the framework
3. Browse StackOverflow, Blogs, GitHub issues ...
4. Do the project
I am wondering how feasible it is to develop projects without frameworks.
1 comment
[ 3.2 ms ] story [ 12.1 ms ] threadBut, the thing is even if you don't use one, you end up writing one for yourself, maybe even a tiny one to better manage your code.
I don't know that if you can call this little piece of code "a framework", but maybe something like a "micro framework" (something like preact, hyperHTML, lit-html).