Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key features #102

Merged
merged 2 commits into from
Jun 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,38 @@
]
},
"concepts": [],
"key_features": [],
"key_features": [
{
"icon": "features-oop",
"title": "Modern",
"content": "VB.NET is a modern, fast-evolving language."
axtens marked this conversation as resolved.
Show resolved Hide resolved
},
{
"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."
axtens marked this conversation as resolved.
Show resolved Hide resolved
},
{
"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",
Expand Down