why are game developers the only people who can make reasonably fast and reliable software
i guess also operating system developers
Name:
Anonymous2017-02-27 19:10
>>3 It also forces the developers to appreciate their userbase. In languages where bugs are common like C, ignoring the userbase, debug reports and complaints will result in inferior software(bugs add up, quality goes down). In languages where bugs are largely caught by compiler like e.g. Ada, developers can afford to ignore their userbase without a major decrease in quality, but their vision will often diverge from user demands.