What are some common misconceptions about programming that you'd like to debunk?
anti-idpol action @ pkill @programming.dev Posts 5Comments 360Joined 2 yr. ago
anti-idpol action @ pkill @programming.dev
Posts
5
Comments
360
Joined
2 yr. ago
uhh seen this shit with some rewrites with no regards to your code being idiomatic to the point of it all feeling almost verbatim. Like some PHP devs getting confused by the lack of classes in Go and instead of using method receivers and composition over inheritance creating one 250-line behemoth public function to replace a PHP class.