Quote:
Original post by Antheus Quote:
Original post by Eelco
What about smooth zooming, allowing you to see the big-picture structure and zooming in on relevant subsections as desired?
">Code canvas, ">Code Bubbles, and similar. A definitive crowd pleaser as a demo, but of next to no use in real world.
Anything that requires searching for stuff takes incredible mental tax. This is why so many hard-core developers swear by vi or emacs.
And sadly, both of the above tools are solving the wrong problem. Java and C# are both prone to absurd bloat of source code, resulting in millions of lines of code which could have been written considerably more succinctly.
Yeah, searching for stuff requires incredible mental tax. Thats why id like tools to make it easier. Im quite unsure how a stack of tabs wider than my screen and an autogenerated index bloated with irrelevant stuff is any help there though.
Java and C# are what they are. Im not talking about redesigning languages.
Code canvas looks pretty cool to me; thanks for the link. Its essentially doing what im talking about indeed, only just for classes, whereas id like to extend that to a much finer-grained level of code structure. I like the visual layout, I think it would work well for me. It is simply making good use of the way your neurons are allocated. We have a large visual/spatial cortex anyway navigating that way can be done in parralel with thinking about your code, instead of making your eyes bleed parsing code to find out where the hell you are.