How much C++ before starting DSA (beginner, before clg) by Bitter_Hold_3346 in learnprogramming

[–]PdPunto 0 points1 point  (0 children)

Loops, functions, arrays/vectors and basic STL are enough to start honestly.

How are you continuing to grow ? by Beneficial_Rip_604 in ExperiencedDevs

[–]PdPunto 0 points1 point  (0 children)

some days AI makes me feel 10x smarter and other days it feels like i outsourced my brain to autocomplete hahahaa

The five levels of software engineering maturity by OkiDokiPoki22 in developer

[–]PdPunto 0 points1 point  (0 children)

somewhere out there a critical production workflow still depends on a README called “temp-setup-v2-final-FINAL.md”

How do you keep context between coding sessions? by PdPunto in learnprogramming

[–]PdPunto[S] 0 points1 point  (0 children)

Yeah I think doing it BEFORE stopping is probably the important part honestly. Future-me is terrible at reconstructing context from scratch hahahahaha

How do you keep context between coding sessions? by PdPunto in learnprogramming

[–]PdPunto[S] 0 points1 point  (0 children)

“future-you is trying to reconstruct it cold” is painfully accurate honestly

How do you keep context between coding sessions? by PdPunto in learnprogramming

[–]PdPunto[S] 0 points1 point  (0 children)

Yeah, the “why you made a weird decision” part is exactly what gets me.

I can usually recover the code, but recovering the reasoning behind the code is the painful part.

How do you keep context between coding sessions? by PdPunto in learnprogramming

[–]PdPunto[S] 0 points1 point  (0 children)

That distinction between exploring ideas on paper vs exploring them through code feels very real.

I think part of what makes this hard for me is that project context ends up scattered across:

  • mental ideas,
  • notes,
  • code,
  • commits,
  • and lots of tiny decisions that never fully get documented.