this post was submitted on 29 Jul 2024
34 points (92.5% liked)

Programming

17020 readers
240 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mipadaitu 9 points 1 month ago

It probably depends on when you were taught to code, and what language you learned on/most familiar with.

This is exactly how I learned to write psudo code in the 80's.... We were also diagramming our code back then, with a pencil and paper, using a template.
https://www.ebay.com/itm/294862492558
Kind of like with this thing.

Now I usually do a bit of a hybrid, but it also depends on how complicated the programs are. I'll do some python/comment-psudo-code.

It doesn't really matter what the process is, as long as it works for you, and doesn't interfere with collaborating with anyone you work with.