Why are visual basic and,net programs so bad?
Any program designed with a WYSIWYG interface produces bloated, unreliable code, i suspect. The best programs are done in raw c or c++ without such tools.although this requires much more skilled programmers.
3 comments
[ 1.6 ms ] story [ 19.0 ms ] threadWell-crafted code from skilled programmers can fail to add value, or even increase costs. Amateurs can cobble together a VB app or spreadsheet macro that saves thousands or increases sales.
I’ll assume you mean to refer to code quality since you mentioned “bloated” and “unreliable.” Language and tools have very little to do with code quality. Other factors, like team cohesion and conceptual integrity, usually prove more important on non-trivial development projects.