|
|
|
|
|
by kybernetyk
4704 days ago
|
|
From the kickstarter page: > If you’re a programmer, deep down, you know code is bad, it rots,
> and with each new line your software accrues complexity debt.
> New code means more bugs, more refactoring and more time needed
> to bring someone else up to speed.
Yeah, and moving little interconnected boxes around a project workspace will solve that? It's not like visual programming is something revolutionary new and different - it's just another representation of the same old thing. So the chances that it will solve the current problems with large code bases are the same as a green car being faster than a yellow car only because of the color. |
|
As for solving problems with current codebases, you're entirely correct. I think this will have a purpose in identifying common functionality for refactoring for small projects, but to wrangle a large project into something usable with this will require good automated code clone detection (which may or may not be good enough as of today) to enable the redundant nodes to be coalesced.