Hello everyone .I’m only a novice developer.Have worked for a period of time to have a certain programming foundation and experience.I wanted to introduce a framework into my project during game development, but I had no experience with building a framework from scratch.
So I would like to ask you, how to build a program framework from scratch, it needs to follow the basic principles or the basic thinking is what.I don’t know if this description is correct or if it clarifies the problems I face. I hope someone will teach me
It doesn’t clarify anything about what the framework is supposed to do. Just write code that does what you want it to, and then try to abstract it as much as you can so it isn’t coupled to the rest of your code base.
Hi BozOr thanks for your answer, although it seems very simple.But it seemed to give me an idea