diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:24 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:24 +0100 |
commit | 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (patch) | |
tree | 86ab4534d10092b293d4b7ab169fe1a8a2421bfa /files/pt-pt/glossary/wrapper | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.gz translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.bz2 translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.zip |
unslug pt-pt: move
Diffstat (limited to 'files/pt-pt/glossary/wrapper')
-rw-r--r-- | files/pt-pt/glossary/wrapper/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/files/pt-pt/glossary/wrapper/index.html b/files/pt-pt/glossary/wrapper/index.html new file mode 100644 index 0000000000..534568d817 --- /dev/null +++ b/files/pt-pt/glossary/wrapper/index.html @@ -0,0 +1,32 @@ +--- +title: Wrapper +slug: Glossário/Wrapper +tags: + - CodingScripting + - Glossary + - Glossário + - Wrapper +translation_of: Glossary/Wrapper +--- +<p>Em linguagem de programação, tal como JavaScript, um <em>wrapper </em>é uma função destinada a chamar uma ou mais outras funções, às vezes apenas por conveniência, e às vezes adaptando-as para executar uma tarefa ligeiramente diferente no processo.</p> + +<p>Por exemplo, bibliotecas SDK para AWS são exemplos de <em>wrappers</em>.</p> + +<h2 id="Saber_mais">Saber mais</h2> + +<h3 id="Conhecimentto_geral">Conhecimentto geral</h3> + +<p>{{Interwiki("wikipedia", "Wrapper function")}} na Wikipédia (inglês)</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li><a href="https://developer.mozilla.org/pt-PT/docs/Gloss%C3%A1rio">MDN Web Docs - Glossá</a>rio + + <ol> + <li>{{Glossary("API")}}</li> + <li>{{Glossary("Class")}}</li> + <li>{{Glossary("Function")}}</li> + </ol> + </li> +</ol> +</section> |