this post was submitted on 27 Jan 2024
218 points (92.2% liked)

Programmer Humor

18396 readers
991 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] RustyNova 14 points 5 months ago (1 children)

Meanwhile me, and my 2gb debug build folder in rust.

The app itself is 100mb on debug...

[–] [email protected] 6 points 5 months ago (2 children)

At least it's not needed at runtime. The node modules are, right?

[–] [email protected] 10 points 5 months ago

Not all of them, no. Some are just to build or run development only tools.

[–] RustyNova 1 points 5 months ago

Well... Compilation is just mixing everything up into a runtime package...

If you don't count tree shaking out unused stuff and non activated features, what you have is literally everything bundled in