|
|
|
|
|
by PhoneRemote
3233 days ago
|
|
99.9% of modern software does not require that level of cleverness. Also, the fast inverse square root code is a poor example as it's: 1) A very small amount of code 2) Isolated from everything else 3) Conceptually easy to understand what it's accomplishing (even if the implementation itself is interesting and non-obvious) Most people would kill for a colleague who wrote code like that. No, instead what you most often get out of people like the OP is mentioning (because I too have worked with and been burned by them) is some weird pseudo-ORM they wrote from scratch because they don't like how Hibernate handles joins. Naturally, there's no documentation or even comments because it should be obvious why paxos was poorly implemented in this weird pseudo-ORM framework. And of course, the entire codebase was rewritten overnight to use this new framework as well. |
|