←back to thread

899 points georgehill | 1 comments | | HN request time: 0.233s | source
Show context
sva_ ◴[] No.36218756[source]
Really impressive work and I've asked this before, but is it really a good thing to have basically the whole library in a single 16k line file?
replies(3): >>36219310 #>>36220176 #>>36227321 #
1. baobabKoodaa ◴[] No.36227321[source]
I guess the "clean code" crowd would like to refactor this into hundreds of files that all call each other in an incomprehensible maze, plus pulling in 20GB of dependencies from the internet during install. Because that is the way™.