(no title)
W4RH4WK55 | 2 years ago
The sheer amount of code you get, even when using seemingly lightweight dependencies is just such a dumpsterfire.
I once ran cloc on a react getting started example. The example, including its dependencies, contained more than 3 times the lines of code than a 3D game engine (targetting PS4/5) + game logic + dependencies for a (non-indie) title I was porting around that time.
dagw|2 years ago
In one case I has a 150ish LoC Python command line tool that I wanted to package up and distribute, and it came in at over 150 MB because I need a single function from sk-image, which contain 100s of image processing function plus pulls in all of both scipy and numpy as dependencies.
yowzadave|2 years ago