The problem is that most programmers today aren't apart of either of those groups but apart of a third, totally separate group: programmers who pick and prod and then glue lines of code together.
>Is the need to bench then add an actor the only way you "allow" transfer of children between parent actors?
Currently, yes. Since this is sort of an entity component system and that actors can always create more children anytime they want, I suppose I just always assumed that actors could be "spun-up" with any sort of functionality and then deleted when not used.
Benching/Joining an actor is more for handling errors at runtime or for debugging ("If I temporarily remove this actor will it solve my issue?").
>I'm guessing your comments are based on seeing a lot of poor practices masquerading as OOP which affects what you think OOP actually is
I personally feel that the current OOP model eventually devolves into the bullet points you listed given enough complexity.
One reason why I think this occurs is that there is no concept of a 'message' in OOP, only methods or functions of a class. There's explicit coupling even when calling a method with no arguments because you know the method is valid for that object.
Contrast this with the example of the 'listener' in the room. A speaker broadcasts his message but the independent agents ultimately decide what to do with that message.
The OOP approach calls "object->listen" on each listener. My approach simply broadcasts the message and lets the objects determine how to handle it themselves.
His point was that sometimes business owners can get used to applying a template. It's a bookstore so it gets the bookstore template -- 4000 books and a coffee shop, right? Instead of applying this template, an owner with a pulse on the business can see what their customers are doing/buying/wanting and can change accordingly rather than apply a template.
Living in a society is about being able to reason with others.
Instead of trying to skirt issues and involve authorities in hopes to solve problems, it usually is better to confront the person themselves.
Your example went straight to an extreme. It doesn't have to be theft, or murder, or an assault that makes you "upset" at them. Maybe you feel wronged because they said something in public that you wanted private.
Authorities have their place, but many problems can be solved by not involving them. I'd also say that many more problems are caused because people didn't want to confront one another.
I always figured that you wouldn't explode, but simply 'disassemble'. It was my understanding that the human body is held together under of the pressure of the atmosphere. So, if you remove the atmosphere, what is holding the body together?
I used to use bookmarks when they were simple to use.
I'd find a page and click `add bookmark' and then I would go back to it later. Somehow bookmarks regressed even though they were fine as they were. If I bookmark a page now, it just goes somewhere.
If I click the `Bookmarks' menu, I don't see any bookmarks. I don't understand what happened, all I see are a bunch of folders of stuff I never added and don't care about.
Anyway, since bookmarks are worthless now, I just have like 50 tabs open at all times now. I periodically go through them and get any code snippets I want or just close them if I read what I wanted.
I don't really know why, but I like the imperfectness of our calendar system now.
Stupid stuff like February having only 29 days is pretty funny and those 7 days of December 25th to January 1st is perfect because its an exact week.
It would be too boring if every month was the same.
Could we have fun stuff like `April Showers Bring may Flowers' if every month was just the same 28 days? I'm sure we could, but everything would be the same and that's boring.