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
Jimmy McBride -
martin rojas -
GreggHume -
Michael Di Prisco -
Once suspended, vickilanger will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, vickilanger will be able to comment and publish posts again.
Once unpublished, all posts by vickilanger will become hidden and only accessible to themselves.
If vickilanger is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Vicki Langer.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag vickilanger:
Unflagging vickilanger will restore default visibility to their posts.
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?