this post was submitted on 18 Jul 2023
738 points (94.6% liked)
Programmer Humor
32371 readers
425 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What on earth size of monorepo is that!? iirc, we’ve got ~1Mloc of OCaml, probably another two or three times that in assorted generated code, specs, config, infra, and other languages; and my VScode-Remote definitely boots up as fast as the network connection can stand up.
Definitely faster than I can think of the first thing I want to do … ¯_(ツ)_/¯
That said, I should own up to having had an absurdly overcomplicated vim config, tons of plugins, a decade n change of customizations and patches and shit. Maybe I’ve just always had a high tolerance for a slow boot. hahaha
It's a monorepo for around 30 micro frontend projects (Vue.js / Angular / Svelte mostly) + some libraries packages.
I don't know what is the number of LoC but it's medium sized frontend projects (we are ~100 developpers on this projects)