Skip to main content
20 events
when toggle format what by license comment
Jul 30, 2023 at 11:22 comment added yegor256 You may find this useful, on the subject of inheritance: Inheritance Is a Procedural Technique for Code Reuse
Mar 2, 2013 at 6:35 history undeleted yannis
Mar 2, 2013 at 6:35 history deleted yannis
Jan 20, 2013 at 23:33 history closed gnat
CommunityBot
Martijn Pieters
ChrisF
not a real question
Jan 20, 2013 at 20:08 review Close votes
Jan 20, 2013 at 23:33
Jan 20, 2013 at 17:20 vote accept Hossein
Jan 19, 2013 at 22:36 review Suggested edits
Jan 19, 2013 at 22:59
Jan 19, 2013 at 22:03 history tweeted twitter.com/#!/StackProgrammer/status/292754137177800704
Jan 19, 2013 at 21:31 comment added user53141 Overloading isn't necessary in Go as Go methods can accept arbitrary types as arguments. In languages that support overloading, it is mostly used to provide the conceptually identical action with different input types. In other words, they tend to be statically typed languages. In languages where a method can take arbitrary data (for instance: python), overloading is unnecessary.
Jan 19, 2013 at 20:23 answer added Erik Reppen timeline score: 16
Jan 19, 2013 at 20:17 comment added JasonTrue Some people, when discovering a programming language has features that tend to be abused by poor programmers, create a lobotomized language. See, for example, Java (operator overloading is evil! multiple inheritance is evil!). Now, unless they invent something to replace it, they have two problems: boilerplate code, and unhappy skilled programmers. But they no longer have the original problem. Then, skilled programmers forced to use the lobotomized language write pet projects in languages they actually like.
Jan 19, 2013 at 19:43 history edited Hossein CC BY-SA 3.0
added 20 characters in body; edited title
Jan 19, 2013 at 19:13 history edited Hossein CC BY-SA 3.0
edited
Jan 19, 2013 at 18:59 answer added Jörg W Mittag timeline score: 2
Jan 19, 2013 at 18:38 comment added neo Anything can be evil if it was being misused.
Jan 19, 2013 at 18:37 answer added Bryan Oakley timeline score: 16
Jan 19, 2013 at 18:33 comment added user7043 By "GOO", do you mean Go?
Jan 19, 2013 at 18:29 history edited Walter CC BY-SA 3.0
fixed formatting
Jan 19, 2013 at 18:27 review First posts
Jan 19, 2013 at 18:29
Jan 19, 2013 at 18:09 history asked Hossein CC BY-SA 3.0