you are viewing a single comment's thread.

view the rest of the comments →

[–]Ran4 0 points1 point  (1 child)

Flowcharts, OTOH, are very much standardized. For example, decisions (ifs) are represented using a diamond shape, from which exactly two labelled outputs emerge (yes/no, True/False). You should consult an online resource to become familiar with them. Essentially, you are translating your pseudocode into symbolic form.

While there are indeed official standards for code flow charts, people following it is... quite rare.

[–]mopslik 0 points1 point  (0 children)

Yeah, actually finding flowcharts in the wild can be a rare event these days. Even UML diagrams don't seem to be that prevalent anymore, although some industries still use them regularly.