Kartik Agaram
Let's observe what developers do, not what they say.
Developers do spend the time to visualize aspects of their code but rarely the logic itself. They visualize other aspects of their software that are important, implicit, and hard to understand. Here are some visualizations that I encounter often in serious contexts of use:
• Various ways to visualize the codebase overall.
• Diagrams that show how computers are connected in a network
• Diagrams that show how data is laid out in memory
• Transition diagrams for state machines.
• Swimlane diagrams for request / response protocols.
This is the visual programming developers are asking for.
Kartik Agaram
Ivan Reese
Kartik Agaram
Tudor Girba
07/18/2024, 3:59 PMKartik Agaram
Tudor Girba
07/18/2024, 4:35 PMKonrad Hinsen
07/19/2024, 8:28 AMChris Krycho
08/17/2024, 11:26 PM