Last week I wrote about how programming and cooking are similar.
This week, I've come across tons of things that could be metaphors for programming. What are your best metaphors for programming?
Last week I wrote about how programming and cooking are similar.
This week, I've come across tons of things that could be metaphors for programming. What are your best metaphors for programming?
For further actions, you may consider blocking this person and/or reporting abuse
Leandro Torres -
Ben Pereira -
Yanaiara Oliveira -
Ken Yip -
Top comments (6)
I love this! I've always liked the idea of sketching as a development workflow: you draw rough sketches to figure out an approach (or mess around with libraries/patterns in code), then once you know how you want your drawing (or feature) to work, you lay it out (good place to use tdd!) and elaborate on it until it's ready to ship!
What an awesome metaphor. A drawing project is a lot like a coding project.
Maybe:
shapes = part of a statement
Quick sketch = pseudocode
Erasing/fixing = debugging
Printing/publishing = shipping/push to prod
painting
Agreed. Iād like to think an outline like TDD or pseudocode
lego
Love it š Lego is a very natural feeling metaphor for code. Code is just a bunch of building blocks, that hopefully look and work right when done, right?