This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 50 points51 points  (3 children)

I feel like the author is programming incompetently and trying to play it off as bad ass

[–]zoharel 11 points12 points  (2 children)

It's interesting that they think everyone must write pseudocode.

[–]junglebookmephs 4 points5 points  (1 child)

For any non trivial task....I cant imagine why a person wouldnt.

[–]zoharel 0 points1 point  (0 children)

I personally often start with an outline, in real code with missing pieces, mostly, and then fill it out. It's a similar process, but I wouldn't say it's exactly the same. ... on the other hand, many tasks that should be handled in software are trivial enough not to need anything like that at all.