Answer the question
In order to leave comments, you need to log in
What is framework Agnostic?
I came across the use of the Agnostic framework in the project description. What is it and what is it eaten with? I googled a little and came across articles mainly from the Game industry. And I understood a little that all business logic should be in the models, which will ensure the subsequent simple transfer of the application from one frame to another.
Did I understand correctly?
Answer the question
In order to leave comments, you need to log in
The phrase framework agnostic means that a solution is not tied to any particular framework and can run under any (perhaps with the help of some kind of adapter).
Means without reference to the functionality and features of the framework.
That is, the minimum number of connections or their absence at all (via an abstract interface).
Thus, it becomes easy to change from one underlying interface to another, with fewer changes to the code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question