|
|
|
|
|
by throwaway632
829 days ago
|
|
Another problem with visual programming is it forces your program to be planar, or at least nearly planar with some crossovers. In my experience real code can't be represented legibly on a 2D plane. "Generate code map" features of IDEs usually produce incomprehensible graphs, when you try them on actual codebases. I never tried CodeSee before it shut down, was it any better? |
|