Skip to main content
24 events
when toggle format what by license comment
Apr 18, 2020 at 18:59 comment added Stephen J I wanted to note that I found this pattern very common in ReactJS and it explains why a React developer introduced tons of antipatterns into Swift on one of my contracts. I believe we may need a separate thread of Antipatterns ReactJS introduces that new developers should become aware of. Seriously, this question to a reactJS developer would meet an "I don't see why this is a problem"... I wanna pull my hair out. I began with C++ Game Programming, so any violation of SRP causes issues.
Jan 16, 2017 at 4:20 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Dec 17, 2016 at 3:36 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Nov 19, 2016 at 9:46 history tweeted twitter.com/StackSoftEng/status/799911617517486080
Nov 17, 2016 at 3:01 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Oct 18, 2016 at 2:29 answer added Loren Pechtel timeline score: 0
Oct 18, 2016 at 1:19 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Sep 17, 2016 at 23:55 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Aug 18, 2016 at 23:42 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 19, 2016 at 22:42 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jun 19, 2016 at 20:36 answer added Titus timeline score: 1
May 31, 2016 at 15:40 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Apr 1, 2016 at 15:28 comment added TotoTitus @HorusKol That is indeed what I am doing. I have written an addendum appropriate to the original problem posed, but I have resorted to using a separate class which has the responsibility of traversing the inheritance tree.
Apr 1, 2016 at 15:22 history edited TotoTitus CC BY-SA 3.0
added 2054 characters in body
Mar 15, 2016 at 10:46 history edited TotoTitus CC BY-SA 3.0
added 5 characters in body
Feb 9, 2016 at 5:46 answer added user22815 timeline score: 1
Feb 5, 2016 at 9:15 comment added TotoTitus @AaronHall Was tired when I posted this. You are right. I was thinking too much about having method inherited from the ancestor so I messed up.
Feb 5, 2016 at 9:13 history edited TotoTitus CC BY-SA 3.0
title error
Feb 5, 2016 at 1:09 comment added HorusKol I think the start of your trouble is conflating hierarchy in a file directory with hierarchy in class inheritance, and now you're trying to overcome that by some awkward contortions. Could you provide (simplified - even pseudo-code) source code for all three classes and a description of how the objects relate to the paths and what you want them to do.
Feb 4, 2016 at 22:31 comment added Aaron Hall Do you mean child class? Ancestor is the (possibly grand)parent.
Feb 4, 2016 at 21:07 history edited TotoTitus CC BY-SA 3.0
added 1 character in body
Feb 4, 2016 at 20:53 history edited TotoTitus CC BY-SA 3.0
added 1 character in body
Feb 4, 2016 at 20:46 review First posts
Feb 9, 2016 at 5:43
Feb 4, 2016 at 20:45 history asked TotoTitus CC BY-SA 3.0