DEV Community

Discussion on: Roughing It Dev Style: Coding Without a Computer

Collapse
 
faridzif profile image
Faridzi

I remember in college, we're not allow to code on computer before we can explain the logic that we wrote on pseudocode. Actually i think it is a better method because when we write on computer with tools and stuff, we're tend to get limited by syntax, connection, framework other than the logic itself.

:)

Collapse
 
chazonacodes profile image
Chazona Baum

That's still a great way to start out any code. I use pseudocode a lot for mapping out what I'm going to do. You're right that it's so easy to get lost in the details and fail to properly plan out your logic. 🙂