diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/nl/glossary/abstraction | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/nl/glossary/abstraction')
-rw-r--r-- | files/nl/glossary/abstraction/index.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/files/nl/glossary/abstraction/index.html b/files/nl/glossary/abstraction/index.html deleted file mode 100644 index 718f9c5108..0000000000 --- a/files/nl/glossary/abstraction/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Abstractie -slug: Glossary/Abstraction -tags: - - Abstractie - - Coderen - - CodingScripting - - Programmeertaal - - woordenlijst -translation_of: Glossary/Abstraction -original_slug: Glossary/Abstractie ---- -<p>Abstractie in {{Glossary("computerprogrammeren")}} is een manier om complixiteit te verminderen en efficiënt design en efficiënte implementatie mogelijk te maken. Het verstopt de technische complexiteit van systemen achter simpelere {{Glossary("API", "API's")}}.</p> - -<h2 id="Meer_informatie"><strong>Meer informatie</strong></h2> - -<h3 id="Algemene_kennis"><strong>Algemene kennis</strong></h3> - -<ul> - <li>{{interwiki("wikipedia", "Abstractie")}} op Wikipedia</li> -</ul> |