https://embeddedgurus.com/stack-overflow/2010/02/is-gcc-a-good-compiler/it
The true productivity stopper I have found is not in which tool is being used but simply not knowing enough about the tool you are using (ie. which linker option or pragma does what). Pick your tools out of a hat; whichever they might be, and really learn to use them and you will undoubtably be most productive with those tools.io
Another productivity stopper is trying some fancy abstraction around coding something that should really be done in a much simpler way.gcc
阻礙生產力的另外一個因素是什麼呢?人們常用漂亮的複雜的軟件抽象來解決問題,可是不少時間這樣的嘗試正好起了副作用,全部讓你的代碼更簡單、更直接一點吧。sed