this post was submitted on 27 Jan 2024
216 points (93.5% liked)

Programmer Humor

25620 readers
986 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] RustyNova@lemmy.world 14 points 2 years ago (1 children)

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

The app itself is 100mb on debug...

[–] Fal@yiffit.net 5 points 2 years ago (2 children)

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

[–] FiniteLooper@lemm.ee 9 points 2 years ago

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

[–] RustyNova@lemmy.world 1 points 2 years 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