What does "implementation-agnostic" mean? -
i'm wondering "implementation-agnostic" means? didn't find explanation. mean in context: "an implementation-agnostic engineering approach".
the opposite of "implementation-agnostic" "implementation-specific". examples should make difference clear:
implementation-agnostic
synonym: implementation-independent
examples:
- sorting algorithm "quicksort"
- algorithms written in pseudo-code
the examples above can implemented every language
(assembler, basic, c#, c++, java, javascript, ...)
implementation-specific
synonym: implementation-dependent
examples:
- device drivers
- machine language code intel processors
the examples above run on hardware written for.
Comments
Post a Comment