What does vender mean? In programming languages, it is often seen that there are other common words like foobar? What does vender mean? It is often seen in programming languages
What are the common terms to remove such words as foo bar?
Reply content:
What does vender mean? It is often seen in programming languages
What are the common terms to remove such words as foo bar?
Vender: provider. Third-party module.
If someone makes an open-source module that uses third-party code, these third-party modules are often put into the vender to differentiate their own code. To respect others and to facilitate code management, the latter is not modified. The first party here is of course you, and the second party is the main language SDK (such as c #'s dotnetframe, delphi's vcl, and php's standard library ), the third party means that you are not the first party, not the second party, even the third party. For example, the c # json library is not provided by the standard library, and you do not want to write it on your own. json.net is a third party.
Foobar, which has been in history for a long time, uses the demo concept. Its name is not important, also known as a placeholder word. I often use it. Such as this answer (http://segmentfault.com/q/1010000000760789/a-1020000002442135)
History and concepts are here to take a closer look: http://en.wikipedia.org/wiki/Foobar
There are many more such as OEM. I = index.