this post was submitted on 11 Aug 2025
10 points (100.0% liked)

Programmer Humor

25844 readers
1921 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
[โ€“] candyman337@lemmy.world 0 points 1 week ago (1 children)
[โ€“] NewDark@lemmings.world 1 points 1 week ago

If you import 1% of your module code, you only compile the actual used code. Tree shaking is removing dead code paths that aren't used.