this post was submitted on 17 Sep 2025
346 points (98.3% liked)
Fuck AI
4115 readers
716 users here now
"We did it, Patrick! We made a technological breakthrough!"
A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What tools do you use for visualizing design patterns in programs!
As of late, I've mostly been using Jetbrains IDEs and their built-in tooling for that. VS also has tooling, but it's a bit dated on UX IMHO. I've also played with Emerge for data flow and data clustering visualization. There's also some in-house tools we use for memory allocation.
There's a bunch of other code to UML tooling and other diagraming tools out there for specialized cases.