Hacker News new | ask | show | jobs
by CraigBuchek 6129 days ago
My pseudo-code looks a lot like a mix of Python and Ruby. One thing I like about Python is the forced indentation, which allows skipping any closing braces or "end"s. But Ruby tends to be closer to the way I think of OOP, and is closer to English.

I've also been known to write out in mostly English sentences as comments, then fill in the code that implements that explanation.