From 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:24 +0100 Subject: unslug pt-pt: move --- files/pt-pt/glossary/wrapper/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/pt-pt/glossary/wrapper/index.html (limited to 'files/pt-pt/glossary/wrapper/index.html') 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 +--- +

Em linguagem de programação, tal como JavaScript, um wrapper é 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.

+ +

Por exemplo, bibliotecas SDK para AWS são exemplos de wrappers.

+ +

Saber mais

+ +

Conhecimentto geral

+ +

{{Interwiki("wikipedia", "Wrapper function")}} na Wikipédia (inglês)

+ + -- cgit v1.2.3-54-g00ecf