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

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -