this post was submitted on 02 Aug 2023
1587 points (99.5% liked)

Programmer Humor

19315 readers
55 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
[–] NatoBoram@lemm.ee 17 points 1 year ago (9 children)

I'd argue that if you only know how to start your own project using the play button, then you aren't a software engineer.

[–] Rinox@feddit.it 24 points 1 year ago (8 children)

I've written a pretty big application for my employer in visual studio. Never once have I run a "dotnet build" command. Only ever used the little play button. Guess I'm no software engineer

The real software engineers are those who can 2 minute Google "how to build with cli" their Hello world console app.

[–] firelizzard@programming.dev 5 points 1 year ago

The point isn't whether you use the GUI. The point is whether you are capable of doing your job without it. I'm not going to throw shade but personally I hate being at someone else's mercy - such as when the GUI breaks and I am forced to wait for someone else to fix it. One reason I stay away from the JavaScript browser/electron ecosystem is because there are so many opaque, inscrutable tools (namely bundlers and module resolvers) and I have no freaking clue how they work under the hood and they're virtually impossible to debug.

load more comments (7 replies)
load more comments (7 replies)