Comment on Engineers will do anything to avoid learning from historyComments−TZubiri27dSolo programming is like managing a team of developers that can only communicate and contribute in one temporal direction.Sometimes two or more developers may appear to coexist, but it's actually a simulated concurrency achieved by rapid context switchingEvery time you close a file to open another, you are setting up a different context, therefore you are different agents.
Comments
Solo programming is like managing a team of developers that can only communicate and contribute in one temporal direction.
Sometimes two or more developers may appear to coexist, but it's actually a simulated concurrency achieved by rapid context switching
Every time you close a file to open another, you are setting up a different context, therefore you are different agents.