AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Inversion of Control - What Are the Kind of Mistakes That You're Going to Make When Building an Application?
The inversion of control thing that we talked about way earlier on, the applications themselves do not send messages. They instead wait for something to say, what is the next message you want to send? And then they propose it. However, there's a chance that they just keep proposing the same message over and over. At some point you should be up dating your state in such a way that you change your mind about what you want to propose. But i w always think of this way of styling an application as reaing your application as a problem solver.