Do you ever create flowcharts or psuedocode for your own reference?

Posted by New_Independent5819@reddit | ExperiencedDevs | View on Reddit | 29 comments

Personally I tend to just start coding. The closest I come to psuedocode is writing out requirements in a ticket. Product tends to make the flow charts in my experience, and those seem to be most helpful for understanding how various systems outside of my scope are going to interact in a given flow.

I feel like when I was in school they made it sound like we were going to be writing psuedocode and making flow charts before every task, but after a decade in this career I’ve mostly only seen flow charts come from managers and psuedocode maybe used to explain something in a slack thread but not as a planning tool.