|
|
|
|
|
by Zyst
3275 days ago
|
|
>In general, the easier the code is to read, and the harder it is to write Do you have any actual basis to back this up? My counterpoint would be Golang, which is designed exactly to be simple, and is usually really easy to read. As in, I haven't found another language where jumping into a library and reading the internals is easier than in Golang. EDIT: A counterpoint is JavaScript, a language which I use in my day to day, and similarly has quite simple syntax. But I can have trouble understanding what is going on depending on the tools used in the local environment. |
|