S
S
Stanislav Pochepko2015-07-15 10:11:34
Algorithms
Stanislav Pochepko, 2015-07-15 10:11:34

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

3 answer(s)
A
Alexey Ukolov, 2015-07-15
@DJZT

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).

V
Viktor Vsk, 2015-07-15
@viktorvsk

Agnostic ≈ independent of

R
Roman Mirilaczvili, 2015-07-15
@2ord

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 question

Ask a Question

731 491 924 answers to any question