Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 457c41a

Browse files
adding question number two
1 parent cec47d2 commit 457c41a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,4 +1248,25 @@
12481248
Golang is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Golang was designed at Google in 2007 to improve programming productivity in an era of multicore, networked machines and large codebases.
12491249

12501250

1251+
**[ Back to Top ⬆ ](#table-of-contents---golang)**
1252+
1253+
1254+
2. ### What are the pros and cons of Golang?
1255+
1256+
**Pros:**
1257+
* Ease of use
1258+
* A Smart Standard library
1259+
* Strong security built-in
1260+
* Garbage collected language.
1261+
* Minimalism & Readability
1262+
* Concurrency
1263+
1264+
1265+
**Cons:**
1266+
* No generics
1267+
* Error-handling boilerplate & lack of compile-time checks unhandled errors
1268+
* Shortage of high-level parallelism and concurrency features
1269+
1270+
1271+
12511272
**[ Back to Top ⬆ ](#table-of-contents---golang)**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /