DEV Community

Discussion on: #discuss What language do you think in?

Collapse
 
willger profile image
Willger

Whenever I'm spitballing, or hashing something out on a white board it's usually to outline basic process flow. I always result in a hybrid markup that's a mix of Bash and Python. pure conditional trees are more Bash, while things are Python objects or class.

This doesn't stop at work related things. Personal decisions and planning in my head also use this type of flow as well.