DEV Community

Discussion on: Moving Past Tutorials: Pseudocode

Collapse
 
johnkazer profile image
John Kazer

Having started to properly learn functional programming I noticed that pseudo code leads very naturally to finished code. For example your initial reversed_string pseudo code is almost a classic form of recursion as it stands.