looking into Other People's C Code
Jan. 2nd, 2008 08:49 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I'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.