From 883f977668736e8e8ffcc85a31cf5e289cb56e50 Mon Sep 17 00:00:00 2001 From: "Bruce M. Axtens" Date: Tue, 29 Jun 2021 17:42:22 +0800 Subject: [PATCH 1/2] key features --- config.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index f6f3c2ef..456cb315 100644 --- a/config.json +++ b/config.json @@ -184,7 +184,38 @@ ] }, "concepts": [], - "key_features": [], + "key_features": [ + { + "icon": "features-oop", + "title": "Modern", + "content": "VB.NET is a modern, fast-evolving language." + }, + { + "icon": "features-strongly-typed", + "title": "Cross-platform", + "content": "VB.NET runs on almost any platform and chipset." + }, + { + "icon": "features-functional", + "title": "Multi-paradigm", + "content": "VB.NET is primarily an object-oriented language, but also has lots of functional features." + }, + { + "icon": "features-lazy", + "title": "General purpose", + "content": "VB.NET is used for a wide variety of workloads, like websites, console applications, and even games." + }, + { + "icon": "features-declarative", + "title": "Tooling", + "content": "VB.NET has excellent tooling, with linting and advanced refactoring options built-in." + }, + { + "icon": "features-generic", + "title": "Documentation", + "content": "Documentation is excellent and exhaustive, making it easy to get started with VB.NET." + } + ], "tags": [ "paradigm/functional", "paradigm/imperative", From e6094ddbac02fe23500292008e8f2e9da3a284e9 Mon Sep 17 00:00:00 2001 From: "Bruce M. Axtens" Date: Tue, 29 Jun 2021 17:59:35 +0800 Subject: [PATCH 2/2] okay, so maybe not games --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 456cb315..5f58c5d9 100644 --- a/config.json +++ b/config.json @@ -203,7 +203,7 @@ { "icon": "features-lazy", "title": "General purpose", - "content": "VB.NET is used for a wide variety of workloads, like websites, console applications, and even games." + "content": "VB.NET is used for a wide variety of workloads, like websites, gui and console applications." }, { "icon": "features-declarative",