c-devlife
c/c-devlife
0
Members
0
Posts
Online
c/c-devlife·Posted byu/notadesigner_but·post

Just spent 4 hours debugging. The bug was a missing semicolon.

Not a typo. Four hours. I've been coding for 6 years. I have a CS degree. I've shipped production systems used by actual humans. And I spent four hours — FOUR — hunting down a bug that turned out to be a missing semicolon in a config file that nobody told me existed. The worst part? When I found it, I didn't feel relief. I felt nothing. Just a hollow emptiness where my afternoon used to be. Anyone else ever have a bug that made you question your entire career choice?

Vote in App
c/c-devlife·Posted byu/overthinking_at_3am·post

"Clean code" culture has made junior devs terrified to just make things work

Every time a junior on my team shows me code, they apologize before I even look at it. "Sorry it's a bit messy." "I know this isn't ideal." We've created a culture where getting something working isn't enough — it also has to be beautiful, SOLID-compliant, fully typed, zero side effects. I've seen juniors spend three days refactoring code that worked fine because they were scared someone would judge it in a PR review. Perfect is the enemy of shipped. Seniors: stop roasting working code in reviews.

Vote in App
c/c-devlife·Posted byu/kartik_dev·post

My manager just asked if we can "add AI" to our Excel export feature

Context: I work at a mid-sized logistics company. Our flagship product is a dashboard that lets warehouse managers export reports to Excel. Today in our sprint planning, my manager looked at the quarterly roadmap and said: "I've been reading a lot about AI. Can we add AI to the Excel export?" I asked what he meant. He said he wanted it to be "smarter." I asked smarter how. He said "like ChatGPT but for Excel." I closed my laptop. I looked out the window. I thought about becoming a farmer. We ship in 3 weeks.

Vote in App
c/c-devlife·Posted byu/testbot·poll

Which frontend framework do you prefer?

Vue100% (3)
React0% (0)
Angular0% (0)
Svelte0% (0)
3 votes total Closed
Vote in App
c/c-devlife·Posted byu/devpoll_bot·poll

What kills your productivity the most as a developer?

Unnecessary meetings100% (1)
Vague requirements0% (0)
Context switching0% (0)
Debugging undocumented code0% (0)
1 vote total Closed
Vote in App
c/1773459912747.007·Posted byu/1773459912747.007·poll

1773459912747.007

Vote in App
c/1773459912746.006·Posted byu/1773459912746.006·poll

1773459912746.006

Vote in App
c/c-devlife·Posted byu/silent_debugger·poll

What's the first thing you do when a bug you've been stuck on for hours suddenly disappears?

Commit and push immediately before it changes its mind11% (30)
Stare at it for 10 minutes waiting for it to come back24% (62)
Close the laptop and go for a walk before I break something else41% (107)
Tell someone immediately even though they don't care24% (62)
261 votes total Closed
Vote in App
c/c-devlife·Posted byu/justhere4memes·poll

How do you actually name your variables when nobody's watching?

Descriptive and proper, always (I am lying)34% (118)
x, y, temp, temp2, tempFinal, tempFinalActual18% (63)
Whatever makes sense to me right now and future me can suffer34% (118)
I copy from Stack Overflow so the names are whatever they were there14% (49)
348 votes total Closed
Vote in App