|
|
|
|
|
by marlowe221
1462 days ago
|
|
I agree 100%. I love JavaScript (yes, I'm one of THOSE people) and like what TypeScript brings to the table but it quickly becomes hard to read as the code becomes more complex. Python has always had a readability advantage... up to the point where people start doing code golf and nesting multiple comprehensions together. |
|
Can't really say that for most programming languages with the exception of Go.