From 54420d1eef42804653d53956290507b57d97c510 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:06:30 +0100 Subject: [PATCH 1/4] Update glossary.yml --- glossary.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glossary.yml b/glossary.yml index cfea0ad3..5a23c384 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5896,6 +5896,12 @@ def: > ጊዜያዊ [ነገር](#design_pattern) ወይም [ጄኔሬተር) ውስጥ አንድ [ንድፍ ንድፍ](#object) ተግባር](#generator_function) እያንዳንዱን እሴት ከአንድ ክምችት በተራ ያወጣል ማቀነባበር. ይህ ንድፍ በተለያዩ የውሂብ ዓይነቶች መካከል ያለውን ልዩነት ይደብቃል ሁሉም ነገሮች ቀለበቶችን በመጠቀም እንዲከናወኑ መዋቅሮች ፡፡ +- slug: java + en: + term: "Java" + def: > + Java is a high-level, cross-platform, object-oriented and general purpose programming language. Programs written in Java will run on any platform that supports the Java software platform without having to be recompiled. This feature gave rise to the slogun "Write Once Run Anywhere" ([WORA](#wora)). Java syntax is similar to that of C and C++. + - slug: join ref: - anti_join From 3383821985610be0777c15385f591bca3c9fe1ce Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 26 Oct 2023 06:10:38 +0300 Subject: [PATCH 2/4] Update glossary.yml --- glossary.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 5a23c384..17602cde 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5900,7 +5900,9 @@ en: term: "Java" def: > - Java is a high-level, cross-platform, object-oriented and general purpose programming language. Programs written in Java will run on any platform that supports the Java software platform without having to be recompiled. This feature gave rise to the slogun "Write Once Run Anywhere" ([WORA](#wora)). Java syntax is similar to that of C and C++. + Java is a high-level, cross-platform, object-oriented and general-purpose programming language. Programs written in Java will run on any platform that supports + the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere" ([WORA](#wora)). Java syntax is + similar to that of C and C++. - slug: join ref: From 158179c24ba7765ac58bc58e2f71d4b8f30ec33e Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 26 Oct 2023 06:20:56 +0300 Subject: [PATCH 3/4] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 17602cde..be1a4c5c 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5901,7 +5901,7 @@ term: "Java" def: > Java is a high-level, cross-platform, object-oriented and general-purpose programming language. Programs written in Java will run on any platform that supports - the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere" ([WORA](#wora)). Java syntax is + the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere" [WORA](#wora). Java syntax is similar to that of C and C++. - slug: join From 6fb273517cffb785fb8d207017d2a884433a27c6 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:20:30 +0100 Subject: [PATCH 4/4] Remove wora acronym --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index be1a4c5c..51e5c062 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5901,7 +5901,7 @@ term: "Java" def: > Java is a high-level, cross-platform, object-oriented and general-purpose programming language. Programs written in Java will run on any platform that supports - the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere" [WORA](#wora). Java syntax is + the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere". Java syntax is similar to that of C and C++. - slug: join