PHP's lint option will identify syntax errors, and an IDE can identify or auto-correct typos in any language - it's not a Go specific thing.
>And if you don't make any memory allocation errors you don't need a GC.
Memory allocation is a feature. Spaghetti code is a symptom of a poor developer/team. They are not comparable.
> Hell, if you don't make any errors period spaghetti code is not a "mistake" like a typo, missing function reference etc.
PHP's lint option will identify syntax errors, and an IDE can identify or auto-correct typos in any language - it's not a Go specific thing.
>And if you don't make any memory allocation errors you don't need a GC.
Memory allocation is a feature. Spaghetti code is a symptom of a poor developer/team. They are not comparable.
> Hell, if you don't make any errors period spaghetti code is not a "mistake" like a typo, missing function reference etc.