User Controls
Why I prefer Go to PHP, and why I prefer PHP to Go....
-
2018-10-27 at 12:40 AM UTCThis post has been edited by a bot I made to preserve my privacy.
-
2018-11-01 at 5:37 AM UTCI'm not sure the type situation is really analogous seeing as in go you're declaring the variable's type while in php you're doing a cast on the value, the variable never gets a type.
Also type inference is a nice feature, I wish Go would do more of it.