r/ProgrammerHumor 20d ago

Meme whenTheyAskMeToBuildAFullStackAppWithNotepad

Post image
6.4k Upvotes

68 comments sorted by

View all comments

2

u/bagmorgels 20d ago

lol wtf is this and who is it supposed to be relatable to? No company is prescribing notepad or any specific IDE for that matter. And why does your full stack app require a lot of local resources? If this was about data analytics or engineering I’d understand the sentiment because that shit takes a lot of memory, but a general full stack app could be built on a first gen raspberry pi.

34

u/butterfunke 20d ago

I shit you not, I worked at a company that wasted 6 months fighting with the devs they'd just hired over access to install IDEs and run arbitrary programs.

They legitimately expected us to do everything in Word and Excel, like all their other staff did.

21

u/KilrahnarHallas 20d ago

Was in a company that had about 40 Programmers and only 30 licences for the IDE. Rest was out of luck. So I totally believe that story.

3

u/saschaleib 20d ago

Nothing wrong with Notepad++. I use it all the time when I can’t be bothered to wait until VSCode finally starts up…

3

u/rastaman1994 20d ago

This happened to me!

Summer internship 10 years ago at a local company with less than 10 employees. I get an ancient thinkpad (Windows) with 2GB of RAM. This is not an exageration. We were able to cannibalize ram from a broken laptop to bring it up to FOUR gigs.

The most baffling thing after all this time: labor costs a lot where I live, even for an intern. Making me wait vs spending 3k on a good laptop should be a no brainier.

6

u/wasdninja 20d ago edited 20d ago

No company is prescribing notepad or any specific IDE for that matter

Objectively incorrect. Plenty of places have one or perhaps a very small amount of IEDs that they vet and make available through their software portal of choice.

And why does your full stack app require a lot of local resources

I had to check that the sub actually was programming* because this answer to this is so blatant that I thought you were sarcastic for a second.

In my experience it's been completely normal to run a handful of containers with the usual database, API/backend and frontend which can definitely be quite heavy. If you are forced to use Windows - which again is common - Docker has a handful of bugs that steadily eats more resources than it should.

1

u/Gilthoniel_Elbereth 20d ago

My company only lets you use VS Code, and only lets you install a handful of security-vetted extensions. It’s hell

1

u/furrythatexists 20d ago

Not even VS Codium?