|
|
|
|
|
by dsymonds
5030 days ago
|
|
Syntax is very important for a programming language. It's in your face all the time. A serious downside to many programming languages is their awful or inconsistent syntax, and that results in code that is hard to read and comprehend even before trying to understand what the code is doing. |
|