4
votes
Why is software quality so problematic?
Making a house that will stand up to normal weather and aging can be accomplished with simple constraints on selection of material and distribution of load. There are no shortage of modeling syste …
6
votes
What’s your most controversial programming opinion?
I believe the use of try/catch exception handling is worse than the use of simple return codes and associated common messaging structures to ferry useful error messages.
Littering code with …
5
votes
What’s your all-time creativity problem?
The only real impedement is effectivly breaking down complex problems so they can be managed and explored. Space between ears is limited and some problems may not lend themselves to being reduced …
1
vote
Which are the SQL improvements you are waiting for?
My wish list (for SQLServer)
Ability to store/use multiple execution plans for a stored procedure concurrently and have the system automatically understand the best stored plan to use …
0
votes
Which IDE is best for C++ ?
Visual Studio/C++ simply because its on a very short list of systems with edit-and-continue.
…
1
vote
MySQL or SQL Server better for an Enterprise application?
MySQL and SQL Server Express are free for production use. In my view the best advice is to try them both and decide for yourself. A lot of folks can live quite happily with a lightweight RDBMS wh …
1
vote
Does using linux benefit you as a programmer?
In a general sense I tend to look at the operating system as a commodity. Just another platform to be targeted regardless of if its windows, linux, mac, solaris..etc. All standard unix applicatio …
