We need visual programming. No, not like that
blog.sbensu.com
We need visual programming. No, not like that
1–10 of 505 posts
Re: We need visual programming. No, not like that
#2Re: We need visual programming. No, not like that
#3The fundamental problem in visual programming is that it limits you to geometry (practically to 2D euclidian space). Most non-trivial programming problems are spaghetti by nature in such spaces.
Re: We need visual programming. No, not like that
#4Re: We need visual programming. No, not like that
#5Re: We need visual programming. No, not like that
#6Re: We need visual programming. No, not like that
#7The fundamental problem in visual programming is that it limits you to geometry (practically to 2D euclidian space). Most non-trivial programming problems are spaghetti by nature in such spaces.
Re: We need visual programming. No, not like that
#8The fundamental problem in visual programming is that it limits you to geometry (practically to 2D euclidian space). Most non-trivial programming problems are spaghetti by nature in such spaces.
Re: We need visual programming. No, not like that
#9The fundamental problem in visual programming is that it limits you to geometry (practically to 2D euclidian space). Most non-trivial programming problems are spaghetti by nature in such spaces.
But program code is 2D as well. And quite limited 2D, with 80 characters width max (or similar, but never unlimited).
Re: We need visual programming. No, not like that
#10The fundamental problem in visual programming is that it limits you to geometry (practically to 2D euclidian space). Most non-trivial programming problems are spaghetti by nature in such spaces.
But program code is 2D as well. And quite limited 2D, with 80 characters width max (or similar, but never unlimited).
At any rate it's (mostly+) categorically different from what visual programming attempts. Code must be read, comprehended, and a mental model built. Visual programming is designed to give a gestalt spatial intuition for code structure -- a different kind of comprehension.
+Indent and spacing between functions/methods does count as a tiny bit of visual programming IMO