looking into Other People's C Code
Jan. 2nd, 2008 08:49 amI'm getting a suspicion that if the author could not handle simple constructs properly and efficiently, it is hard to expect that they would deal with complicated problems like threads and scopes in a smart way either. It is just the complexity of the problem that makes the code look smart; and I have another suspicion. All this complexity can be eliminated if we spend some time working on it.